summaryrefslogtreecommitdiff
path: root/shell/launcher.c
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2014-03-25 10:46:58 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2014-03-25 10:46:58 +0100
commitbc839aca0350dbee41924d62f6a49c1cca9d1c6d (patch)
tree4c44ccb169637217b807718dedc23c2426fc9db1 /shell/launcher.c
parent8d354d7e7c2b2a43df62fc7f870b0074eac826fd (diff)
downloadgraynard-bc839aca0350dbee41924d62f6a49c1cca9d1c6d.tar.gz
graynard-bc839aca0350dbee41924d62f6a49c1cca9d1c6d.zip
shell: use G_SOURCE_REMOVE instead of FALSE globally
Diffstat (limited to 'shell/launcher.c')
-rw-r--r--shell/launcher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/launcher.c b/shell/launcher.c
index 2dfde55..b13d8a3 100644
--- a/shell/launcher.c
+++ b/shell/launcher.c
@@ -113,7 +113,7 @@ app_launched_idle_cb (gpointer data)
gtk_adjustment_set_value (adjustment, 0.0);
- return FALSE;
+ return G_SOURCE_REMOVE;
}
static void