Revision: 1139
http://geeqie.svn.sourceforge.net/geeqie/?rev=1139&view=rev
Author: zas_
Date: 2008-09-08 15:53:01 +0000 (Mon, 08 Sep 2008)
Log Message:
-----------
Fix a compiler warning regarding argument type.
Modified Paths:
--------------
trunk/src/ui_misc.c
Modified: trunk/src/ui_misc.c
===================================================================
--- trunk/src/ui_misc.c 2008-09-07 23:01:30 UTC (rev 1138)
+++ trunk/src/ui_misc.c 2008-09-08 15:53:01 UTC (rev 1139)
@@ -810,7 +810,7 @@
#if GTK_CHECK_VERSION(2,12,0)
- gtk_widget_set_tooltip_text(GTK_TOOL_ITEM(item), description);
+ gtk_widget_set_tooltip_text(item, description);
#else
GtkTooltips *tips;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn