[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Graveman-cvs] Changes to graveman/current/src/images.c
From: |
sylvain cresto |
Subject: |
[Graveman-cvs] Changes to graveman/current/src/images.c |
Date: |
Sun, 27 Feb 2005 14:07:50 -0500 |
Index: graveman/current/src/images.c
diff -u graveman/current/src/images.c:1.8 graveman/current/src/images.c:1.9
--- graveman/current/src/images.c:1.8 Sun Feb 27 15:45:42 2005
+++ graveman/current/src/images.c Sun Feb 27 19:07:44 2005
@@ -71,7 +71,7 @@
{
gchar *Limg = conf_get_string("iconsize");
gchar *Lcurrent = sc_grave_get_data(Ag, "_current_size");
-printf("img => %s\n", Limg);
+
if (!Lcurrent || strcmp(Lcurrent, Limg)) {
load_menu_images(Limg);