gnome-bluetooth r387 - trunk/applet



Author: hadess
Date: Fri Feb 27 12:16:15 2009
New Revision: 387
URL: http://svn.gnome.org/viewvc/gnome-bluetooth?rev=387&view=rev

Log:
Fix build with older GTK+

Spotted by Stefan Kost.

Modified:
   trunk/applet/notify.c

Modified: trunk/applet/notify.c
==============================================================================
--- trunk/applet/notify.c	(original)
+++ trunk/applet/notify.c	Fri Feb 27 12:16:15 2009
@@ -95,7 +95,9 @@
 
 	statusicon = gtk_status_icon_new_from_icon_name("bluetooth");
 
+#if GTK_CHECK_VERSION(2,15,0)
 	gtk_status_icon_set_tooltip_markup(statusicon, _("Bluetooth Manager"));
+#endif
 
 	return statusicon;
 }



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