1 From 5907a23ad2f49702960a33f9e2039552673eabc7 Mon Sep 17 00:00:00 2001
2 From: Andrei Dinu <andrei.adrianx.dinu@intel.com>
3 Date: Mon, 17 Dec 2012 14:01:18 +0200
4 Subject: [PATCH] Removed icon from connman-gnome "about" applet
6 The connman-gnome "about" applet showed a picture that
7 can not be displayed. There is no designated picture
8 in connman-gnome to be used in the about section, so
13 Upstream-Status : Pending
15 Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
18 1 file changed, 1 insertion(+), 1 deletion(-)
20 diff --git a/applet/main.c b/applet/main.c
21 index f12d371..c7b3c7f 100644
24 @@ -212,7 +212,7 @@ static void about_callback(GtkWidget *item, gpointer user_data)
25 "comments", _("A connection manager for the GNOME desktop"),
27 "translator-credits", _("translator-credits"),
28 - "logo-icon-name", "network-wireless", NULL);
32 static void settings_callback(GtkWidget *item, gpointer user_data)