summaryrefslogtreecommitdiff
path: root/plugins/sound/gsd-sound-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sound/gsd-sound-manager.c')
-rw-r--r--plugins/sound/gsd-sound-manager.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/sound/gsd-sound-manager.c b/plugins/sound/gsd-sound-manager.c
index 221418cc..85ebade6 100644
--- a/plugins/sound/gsd-sound-manager.c
+++ b/plugins/sound/gsd-sound-manager.c
@@ -316,10 +316,10 @@ gsd_sound_manager_stop (GsdSoundManager *manager)
g_debug ("Stopping sound manager");
#ifdef HAVE_PULSE
- if (manager->priv->settings != NULL) {
- g_object_unref (manager->priv->settings);
- manager->priv->settings = NULL;
- }
+ if (manager->priv->settings != NULL) {
+ g_object_unref (manager->priv->settings);
+ manager->priv->settings = NULL;
+ }
if (manager->priv->timeout) {
g_source_remove (manager->priv->timeout);