summaryrefslogtreecommitdiff
path: root/settings
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2010-01-28 19:32:29 +0100
committerNick Schermer <nick@xfce.org>2010-01-28 19:50:23 +0100
commit6006cde3628f09dcedb9f58a8e87715bcffaf0d9 (patch)
tree98fc10789399442451c13a840255d9152f72a795 /settings
parenta0bfec50373444222652ae00deeac39c12ce3d6f (diff)
downloadxfce4-session-6006cde3628f09dcedb9f58a8e87715bcffaf0d9.tar.gz
No need to stop any emission.
Diffstat (limited to 'settings')
-rw-r--r--settings/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/settings/main.c b/settings/main.c
index a81b71e9..a1d016dc 100644
--- a/settings/main.c
+++ b/settings/main.c
@@ -47,7 +47,6 @@ static GOptionEntry option_entries[] =
static void xfce4_session_settings_dialog_response (GtkDialog *dialog, gint response, gpointer userdata)
{
if (response == GTK_RESPONSE_HELP) {
- g_signal_stop_emission_by_name(dialog, "response");
g_spawn_command_line_async("xfhelp4 xfce4-session.html", NULL);
}
else {