aboutsummaryrefslogtreecommitdiffstats
path: root/s2u.c
diff options
context:
space:
mode:
Diffstat (limited to 's2u.c')
-rw-r--r--s2u.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/s2u.c b/s2u.c
index 06b55fb..9e8f30e 100644
--- a/s2u.c
+++ b/s2u.c
@@ -139,6 +139,8 @@ filter_function (DBusConnection * connection,
"com.mandrakesoft.user",
"updatemenu")) {
+ g_print("updatemenu signal received\n");
+
g_spawn_command_line_async("/etc/X11/xinit.d/menu", NULL);
return DBUS_HANDLER_RESULT_HANDLED;