$OpenBSD: patch-panel_panel-app_c,v 1.1 2009/06/29 15:11:43 landry Exp $
fix http://bugzilla.xfce.org/show_bug.cgi?id=5454
--- panel/panel-app.c.orig	Mon Jun 29 10:49:50 2009
+++ panel/panel-app.c	Mon Jun 29 10:50:17 2009
@@ -710,10 +710,9 @@ panel_app_run (gchar *client_id)
                  TRUE);
 
     /* session management */
-    restart_command    = g_new (gchar *, 3);
+    restart_command    = g_new (gchar *, 2);
     restart_command[0] = g_strdup ("xfce4-panel");
-    restart_command[1] = g_strdup ("-r");
-    restart_command[2] = NULL;
+    restart_command[1] = NULL;
 
     panel_app.session_client = 
         client_session_new_full (NULL, 
