gnome-games r8261 - trunk/glines
- From: thomashpa svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-games r8261 - trunk/glines
- Date: Wed, 5 Nov 2008 20:59:34 +0000 (UTC)
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]