[gnome-panel/gnome-2-26] [panel] Fix the kill message from the action protocol
- From: Vincent Untz <vuntz src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-panel/gnome-2-26] [panel] Fix the kill message from the action protocol
- Date: Thu, 18 Jun 2009 05:45:59 -0400 (EDT)
commit 1ed9e1d90a135a3e5b4c4fd7de365bbc3ceeff29
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]