[Xfce4-commits] <xfce4-session:master> No need to stop any emission.
Nick Schermer
noreply at xfce.org
Thu Jan 28 19:52:29 CET 2010
Updating branch refs/heads/master
to 6006cde3628f09dcedb9f58a8e87715bcffaf0d9 (commit)
from a0bfec50373444222652ae00deeac39c12ce3d6f (commit)
commit 6006cde3628f09dcedb9f58a8e87715bcffaf0d9
Author: Nick Schermer <nick at xfce.org>
Date: Thu Jan 28 19:32:29 2010 +0100
No need to stop any emission.
settings/main.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/settings/main.c b/settings/main.c
index a81b71e..a1d016d 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 {
More information about the Xfce4-commits
mailing list