gnome-bluetooth r369 - trunk/applet



Author: hadess
Date: Thu Feb 26 17:06:35 2009
New Revision: 369
URL: http://svn.gnome.org/viewvc/gnome-bluetooth?rev=369&view=rev

Log:
Remove broken work-around

Not sure what we were working around there, but it causes warnings
anyway. See:
http://bugzilla.gnome.org/show_bug.cgi?id=573287

Modified:
   trunk/applet/notify.c

Modified: trunk/applet/notify.c
==============================================================================
--- trunk/applet/notify.c	(original)
+++ trunk/applet/notify.c	Thu Feb 26 17:06:35 2009
@@ -93,12 +93,9 @@
 {
 	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"));
+	gtk_status_icon_set_tooltip_markup(statusicon, _("Bluetooth Manager"));
 
 	return statusicon;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]