gtk+ r22044 - in trunk: . gtk



Author: matthiasc
Date: Fri Jan  2 20:59:37 2009
New Revision: 22044
URL: http://svn.gnome.org/viewvc/gtk+?rev=22044&view=rev

Log:
Fix the build on OS X


Modified:
   trunk/ChangeLog
   trunk/gtk/gtkstatusicon.c

Modified: trunk/gtk/gtkstatusicon.c
==============================================================================
--- trunk/gtk/gtkstatusicon.c	(original)
+++ trunk/gtk/gtkstatusicon.c	Fri Jan  2 20:59:37 2009
@@ -2689,7 +2689,7 @@
 #endif
 #ifdef GDK_WINDOWING_QUARTZ
   QUARTZ_POOL_ALLOC;
-  [priv->status_item setToolTip:tooltip_text];
+  [priv->status_item setToolTip:text];
   QUARTZ_POOL_RELEASE;
 
   g_free (priv->tooltip_text);



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