Fix the build on OS X

svn path=/trunk/; revision=22044
This commit is contained in:
Matthias Clasen 2009-01-02 20:59:37 +00:00
parent 7da4113ae2
commit f6212513f8
2 changed files with 8 additions and 1 deletions

View File

@ -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

View 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);