forked from AuroraMiddleware/gtk
Fix the build on OS X
svn path=/trunk/; revision=22044
This commit is contained in:
parent
7da4113ae2
commit
f6212513f8
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user