[Xfce4-commits] <xfce4-panel:master> Drop unneeded code.
Nick Schermer
noreply at xfce.org
Fri Dec 17 13:26:01 CET 2010
Updating branch refs/heads/master
to 489d47a2aca97d6c0ed8eeeaeab6e9305df36b4c (commit)
from d99751094c58330f5671822f03c2e1a90e569785 (commit)
commit 489d47a2aca97d6c0ed8eeeaeab6e9305df36b4c
Author: Nick Schermer <nick at xfce.org>
Date: Fri Dec 17 13:25:13 2010 +0100
Drop unneeded code.
This is handled in the common code.
plugins/launcher/launcher-dialog.c | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/plugins/launcher/launcher-dialog.c b/plugins/launcher/launcher-dialog.c
index fb51905..203dfbc 100644
--- a/plugins/launcher/launcher-dialog.c
+++ b/plugins/launcher/launcher-dialog.c
@@ -849,11 +849,7 @@ launcher_dialog_response (GtkWidget *widget,
panel_return_if_fail (XFCE_IS_LAUNCHER_PLUGIN (dialog->plugin));
panel_return_if_fail (GTK_IS_BUILDER (dialog->builder));
- if (G_UNLIKELY (response_id == 1))
- {
- /* TODO open help */
- }
- else
+ if (G_UNLIKELY (response_id != 1))
{
/* stop idle if still running */
if (G_UNLIKELY (dialog->idle_populate_id != 0))
More information about the Xfce4-commits
mailing list