* [PATCH] bluez-gnome: remove unused gtk_status_icon_new/g_object_unref
@ 2009-05-23 12:40 Filippo Giunchedi
0 siblings, 0 replies; only message in thread
From: Filippo Giunchedi @ 2009-05-23 12:40 UTC (permalink / raw)
To: linux-bluetooth
Hi,
with the patch below I am able to fix
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=529026
I'm not sure if creating a new empty status icon is of any use e.g. in GNOME
systray.
---
applet/notify.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/applet/notify.c b/applet/notify.c
index 02a912a..7daac1a 100644
--- a/applet/notify.c
+++ b/applet/notify.c
@@ -92,9 +92,6 @@ GtkStatusIcon *init_notification(void)
{
notify_init("bluetooth-manager");
- statusicon = gtk_status_icon_new();
- g_object_unref(statusicon);
-
statusicon = gtk_status_icon_new_from_icon_name("bluetooth");
//gtk_status_icon_set_tooltip(statusicon, _("Bluetooth Manager"));
--
1.6.3.1
filippo
--
Filippo Giunchedi - http://esaurito.net - 0x6B79D401
Man was made at the end of the week's work when God was tired.
-- Mark Twain
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-05-23 12:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-23 12:40 [PATCH] bluez-gnome: remove unused gtk_status_icon_new/g_object_unref Filippo Giunchedi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox