gtk+ r22044 - in trunk: . gtk
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r22044 - in trunk: . gtk
- Date: Fri, 2 Jan 2009 20:59:37 +0000 (UTC)
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]