View | Details | Raw Unified | Return to bug 61153
Collapse All | Expand All

(-)files/patch-panel-plugin::showdesktop.c (+15 lines)
Line 0 Link Here
1
--- panel-plugin/showdesktop.c.orig	Sat Jan 10 01:10:31 2004
2
+++ panel-plugin/showdesktop.c	Sat Jan 10 01:11:49 2004
3
@@ -225,10 +225,11 @@
4
 static void
5
 plugin_free (Control *ctrl)
6
 {
7
+    gui *plugin;
8
     g_return_if_fail (ctrl !=3D NULL);
9
     g_return_if_fail (ctrl->data !=3D NULL);
10
=20
11
-    gui *plugin =3D ctrl->data;
12
+    plugin =3D ctrl->data;
13
     g_free(plugin);
14
 }
15
=20

Return to bug 61153