aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-03-16 16:36:28 -0500
committerTed Gould <ted@gould.cx>2010-03-16 16:36:28 -0500
commitc0b109efe19528618028937b092a7f86d51add41 (patch)
tree730d4be6812473178f3cd1dc853ad0c45084b135
parent02de3c1bb351ef18c404c4cd7fc2cf1e1a89a4eb (diff)
downloadayatana-indicator-session-c0b109efe19528618028937b092a7f86d51add41.tar.gz
ayatana-indicator-session-c0b109efe19528618028937b092a7f86d51add41.tar.bz2
ayatana-indicator-session-c0b109efe19528618028937b092a7f86d51add41.zip
Splitting out the params here.
-rw-r--r--src/lock-helper.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/lock-helper.c b/src/lock-helper.c
index e150cbc..86669f6 100644
--- a/src/lock-helper.c
+++ b/src/lock-helper.c
@@ -273,7 +273,12 @@ lock_screen_update_item (DbusmenuMenuitem * mi)
lock_notify = 0;
}
- lock_notify = gconf_client_notify_add(gconf_client, GCONF_KEY, lockscreen_update, mi, NULL, NULL);
+ lock_notify = gconf_client_notify_add(gconf_client,
+ GCONF_KEY,
+ lockscreen_update,
+ mi,
+ NULL,
+ NULL);
return;
}