tags 643362 +patch
thanks
Index: cellwriter-1.3.4/src/statusicon.c
===================================================================
--- cellwriter-1.3.4.orig/src/statusicon.c	2007-11-10 00:13:02.000000000 -0500
+++ cellwriter-1.3.4/src/statusicon.c	2011-11-11 10:59:14.641565609 -0500
@@ -212,7 +212,7 @@
         icon_path = g_build_filename(DATADIR, ICON_PATH PACKAGE ".svg", NULL);
         if (!(pixbuf = gdk_pixbuf_new_from_file(icon_path, &error))) {
                 status_icon = NULL;
-                g_warning(error->message);
+                g_warning("%s", error->message);
                 g_warning("Failed to load status icon '%s'", icon_path);
                 return;
         }

Reply via email to