$NetBSD: patch-aa,v 1.1 2005/01/01 00:23:12 kristerw Exp $

--- panel-plugin/showdesktop.c.orig	Sat Jan  1 01:15:13 2005
+++ panel-plugin/showdesktop.c	Sat Jan  1 01:15:38 2005
@@ -614,7 +614,7 @@
     gui *plugin = ctrl->data;
     GtkWidget *vbox, *optionbox, *cb1, *cb2, *cb3, *cb4,*frame;
     xfce_textdomain(GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR, "UTF-8");
-    
+    { 
     gchar *tips[] = {
         N_("Enable this option, if your panel is located on top or on the right."),
         N_("Normally, the first mouse button is connected to the windowmanager showdesktop feature, if the WM supports it, and the middle mouse button is connected to the plugin internal showdesktop feature. You can reverse it with this option."),
@@ -657,6 +657,7 @@
     gtk_container_add (GTK_CONTAINER(frame), optionbox);
     gtk_container_add (GTK_CONTAINER(vbox), frame);
     gtk_widget_show_all (vbox);
+    }
 }
 // }}}
 
