[gnome-panel] [panel] Fix the kill message from the action protocol



commit ca6d3ff128083006286fda35d53fd90c1ae79952
Author: Vincent Untz <vuntz gnome org>
Date:   Tue Jun 16 23:37:45 2009 +0200

    [panel] Fix the kill message from the action protocol
    
    It used to open the run dialog too.

 gnome-panel/panel-action-protocol.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-panel/panel-action-protocol.c b/gnome-panel/panel-action-protocol.c
index 614dbbf..a1aa259 100644
--- a/gnome-panel/panel-action-protocol.c
+++ b/gnome-panel/panel-action-protocol.c
@@ -87,7 +87,7 @@ static void
 panel_action_protocol_kill_dialog (GdkScreen *screen,
 				   guint32    activate_time)
 {
-	panel_run_dialog_present (screen, activate_time);
+	panel_force_quit (screen, activate_time);
 }
 
 static GdkFilterReturn



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]