]> Pileus Git - ~andy/gtk/commitdiff
Fix the build on OS X
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 2 Jan 2009 20:59:37 +0000 (20:59 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 2 Jan 2009 20:59:37 +0000 (20:59 +0000)
svn path=/trunk/; revision=22044

ChangeLog
gtk/gtkstatusicon.c

index 4f98a2b693796ecc47b5247796515f7300b18beb..e399b893358e999f1d0ed2c444655c59ecb73bcc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-01-02  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 566334 – compile failure for gtk+ on Mac OS X
+
+       * gtk/gtkstatusicon.c: Fix the build on OS X. 
+       Reported by Bart Cortooms.
+
 2009-01-02  Matthias Clasen  <mclasen@redhat.com>
 
        Bug 566083 – Icon pixmap hardcoded during DnD
index 0b231c2f55624338510b3dffea4b53572bc2dd09..c61d42b41cf8b00683dd786500e3b0d1df9cb89a 100644 (file)
@@ -2689,7 +2689,7 @@ gtk_status_icon_set_tooltip_text (GtkStatusIcon *status_icon,
 #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);