From b491b9f00d27cae9a8a259ea028f386dbc94cffa Mon Sep 17 00:00:00 2001 From: petef Date: Sat, 10 Jan 2004 17:36:28 +0000 Subject: Fix build on -stable. PR: 61153 Submitted by: maintainer --- .../files/patch-panel-plugin::showdesktop.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 sysutils/xfce4-showdesktop-plugin/files/patch-panel-plugin::showdesktop.c diff --git a/sysutils/xfce4-showdesktop-plugin/files/patch-panel-plugin::showdesktop.c b/sysutils/xfce4-showdesktop-plugin/files/patch-panel-plugin::showdesktop.c new file mode 100644 index 000000000000..f8221bbeaaf0 --- /dev/null +++ b/sysutils/xfce4-showdesktop-plugin/files/patch-panel-plugin::showdesktop.c @@ -0,0 +1,17 @@ +$FreeBSD$ + +--- panel-plugin/showdesktop.c.orig Wed Nov 5 12:06:04 2003 ++++ panel-plugin/showdesktop.c Sat Jan 10 11:21:40 2004 +@@ -225,10 +225,11 @@ + static void + plugin_free (Control *ctrl) + { ++ gui *plugin; + g_return_if_fail (ctrl != NULL); + g_return_if_fail (ctrl->data != NULL); + +- gui *plugin = ctrl->data; ++ plugin = ctrl->data; + g_free(plugin); + } + -- cgit