summaryrefslogtreecommitdiff
path: root/sysutils/gkrellm/patches/patch-ax
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/gkrellm/patches/patch-ax')
-rw-r--r--sysutils/gkrellm/patches/patch-ax13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/gkrellm/patches/patch-ax b/sysutils/gkrellm/patches/patch-ax
new file mode 100644
index 00000000000..974b6c16526
--- /dev/null
+++ b/sysutils/gkrellm/patches/patch-ax
@@ -0,0 +1,13 @@
+$NetBSD: patch-ax,v 1.1 2006/03/19 22:10:38 joerg Exp $
+
+--- src/plugins.c.orig 2006-03-17 00:55:53.000000000 +0000
++++ src/plugins.c
+@@ -761,7 +761,7 @@ gkrellm_place_plugin(GList **monitor_lis
+ if (list == *monitor_list)
+ *monitor_list = g_list_prepend(list, plugin);
+ else
+- g_list_prepend(list, plugin);
++ list = g_list_prepend(list, plugin);
+ }
+ return;
+ }