diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2009-01-02 20:59:37 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2009-01-02 20:59:37 +0000 |
commit | f6212513f8264220dcd8bbb8767f657b9ad67732 (patch) | |
tree | 092390ab4d97879760b495a6f0b34fc7bc5eaff2 /gtk/gtkstatusicon.c | |
parent | 7da4113ae2a54ec13459b5114be343fd80588b95 (diff) | |
download | gtk+-f6212513f8264220dcd8bbb8767f657b9ad67732.tar.gz |
Fix the build on OS X
svn path=/trunk/; revision=22044
Diffstat (limited to 'gtk/gtkstatusicon.c')
-rw-r--r-- | gtk/gtkstatusicon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkstatusicon.c b/gtk/gtkstatusicon.c index 0b231c2f55..c61d42b41c 100644 --- a/gtk/gtkstatusicon.c +++ b/gtk/gtkstatusicon.c @@ -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); |