summaryrefslogtreecommitdiff
path: root/plugins/background/test-background.c
diff options
context:
space:
mode:
authorPerberos <[email protected]>2012-06-05 13:05:34 -0300
committerPerberos <[email protected]>2012-06-05 13:05:34 -0300
commitc70776f31ccd0551a7694ec4485ed26a0a53f9cd (patch)
treeb93d8162efa3ca0450736f0b8b06e23fe9e89925 /plugins/background/test-background.c
parentd22aab3682bdd800f6a6e7c2a0ef6b6cfd8ffe03 (diff)
downloadmate-settings-daemon-c70776f31ccd0551a7694ec4485ed26a0a53f9cd.tar.bz2
mate-settings-daemon-c70776f31ccd0551a7694ec4485ed26a0a53f9cd.tar.xz
commenting "changed" callback, related with issue #16 on mate-desktop (https://github.com/mate-desktop/mate-desktop/issues/16)
Diffstat (limited to 'plugins/background/test-background.c')
-rw-r--r--plugins/background/test-background.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/background/test-background.c b/plugins/background/test-background.c
index 1d0be35..28817cc 100644
--- a/plugins/background/test-background.c
+++ b/plugins/background/test-background.c
@@ -33,7 +33,7 @@
static gboolean
idle (MsdBackgroundManager* manager)
{
- msd_background_manager_start (manager, NULL);
+ msd_background_manager_start(manager, NULL);
return FALSE;
}