gnome-games r8261 - trunk/glines



Author: thomashpa
Date: Wed Nov  5 20:59:34 2008
New Revision: 8261
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8261&view=rev

Log:
stop warning. Variable should be const

Modified:
   trunk/glines/glines.c

Modified: trunk/glines/glines.c
==============================================================================
--- trunk/glines/glines.c	(original)
+++ trunk/glines/glines.c	Wed Nov  5 20:59:34 2008
@@ -1379,7 +1379,7 @@
 static GtkWidget *
 fill_menu (void)
 {
-  char *pixmap_dir;
+  const char *pixmap_dir;
 
   if (theme_file_list)
     g_object_unref (theme_file_list);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]