summaryrefslogtreecommitdiffstats
path: root/source/l/gtk+/gtk+-1.2.10-format.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/gtk+/gtk+-1.2.10-format.patch')
-rw-r--r--source/l/gtk+/gtk+-1.2.10-format.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/source/l/gtk+/gtk+-1.2.10-format.patch b/source/l/gtk+/gtk+-1.2.10-format.patch
new file mode 100644
index 000000000..0fdf513a0
--- /dev/null
+++ b/source/l/gtk+/gtk+-1.2.10-format.patch
@@ -0,0 +1,20 @@
+--- gtk/gtkthemes.c
++++ gtk/gtkthemes.c
+@@ -90,7 +90,7 @@ gtk_theme_engine_get (const gchar *name)
+ g_free(engine_path);
+ if (!library)
+ {
+- g_warning (g_module_error());
++ g_warning ("%s", g_module_error());
+ return NULL;
+ }
+ else
+@@ -107,7 +107,7 @@ gtk_theme_engine_get (const gchar *name)
+ !g_module_symbol (library, "theme_exit",
+ (gpointer *)&result->exit))
+ {
+- g_warning (g_module_error());
++ g_warning ("%s", g_module_error());
+ g_free (result);
+ return NULL;
+ }