Revision: 1099
http://geeqie.svn.sourceforge.net/geeqie/?rev=1099&view=rev
Author: zas_
Date: 2008-08-27 16:42:59 +0000 (Wed, 27 Aug 2008)
Log Message:
-----------
Silent a compiler warning.
Modified Paths:
--------------
trunk/src/layout_util.c
Modified: trunk/src/layout_util.c
===================================================================
--- trunk/src/layout_util.c 2008-08-27 16:40:21 UTC (rev 1098)
+++ trunk/src/layout_util.c 2008-08-27 16:42:59 UTC (rev 1099)
@@ -1308,7 +1308,7 @@
static gchar *menu_translate(const gchar *path, gpointer data)
{
- return _(path);
+ return (gchar *)(_(path));
}
static void layout_actions_setup_mark(LayoutWindow *lw, gint mark, gchar
*name_tmpl, gchar *label_tmpl, gchar *accel_tmpl, GCallback cb)
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