0001-Removed-icon-from-connman-gnome-about-applet.patch 1.0 KB

1234567891011121314151617181920212223242526272829303132333435
  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
  5. The connman-gnome "about" applet showed a picture that
  6. can not be displayed. There is no designated picture
  7. in connman-gnome to be used in the about section, so
  8. it was removed.
  9. [OE-Core #2509]
  10. Upstream-Status: Pending
  11. Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
  12. ---
  13. applet/main.c | 2 +-
  14. 1 file changed, 1 insertion(+), 1 deletion(-)
  15. diff --git a/applet/main.c b/applet/main.c
  16. index f12d371..c7b3c7f 100644
  17. --- a/applet/main.c
  18. +++ b/applet/main.c
  19. @@ -212,7 +212,7 @@ static void about_callback(GtkWidget *item, gpointer user_data)
  20. "comments", _("A connection manager for the GNOME desktop"),
  21. "authors", authors,
  22. "translator-credits", _("translator-credits"),
  23. - "logo-icon-name", "network-wireless", NULL);
  24. + NULL);
  25. }
  26. static void settings_callback(GtkWidget *item, gpointer user_data)
  27. --
  28. 1.7.9.5