aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service-dbus.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-02-01 14:40:51 -0600
committerConor Curran <conor.curran@canonical.com>2011-02-01 14:40:51 -0600
commit2b6453d1a988eb4a82df18401b3ba9b3867a2f40 (patch)
tree84c9f7a1a05638f81f513c353d50549a55a14a58 /src/sound-service-dbus.c
parentebf8fb61bea8de7d6d2df81015b538638207f2cf (diff)
downloadayatana-indicator-sound-2b6453d1a988eb4a82df18401b3ba9b3867a2f40.tar.gz
ayatana-indicator-sound-2b6453d1a988eb4a82df18401b3ba9b3867a2f40.tar.bz2
ayatana-indicator-sound-2b6453d1a988eb4a82df18401b3ba9b3867a2f40.zip
fixes for the last two merge requests
Diffstat (limited to 'src/sound-service-dbus.c')
-rw-r--r--src/sound-service-dbus.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sound-service-dbus.c b/src/sound-service-dbus.c
index 7f5afdc..637bee4 100644
--- a/src/sound-service-dbus.c
+++ b/src/sound-service-dbus.c
@@ -452,7 +452,7 @@ static gboolean sound_service_dbus_blacklist_player (SoundServiceDbus* self,
g_debug ("we have this already blacklisted, no need to do anything");
g_variant_builder_clear (&builder);
g_object_unref (our_settings);
- g_object_unref (the_black_list);
+ g_variant_unref (the_black_list);
return result;
}
}
@@ -475,7 +475,7 @@ static gboolean sound_service_dbus_blacklist_player (SoundServiceDbus* self,
g_debug ("it was not blacklisted ?, no need to do anything");
g_variant_builder_clear (&builder);
g_object_unref (our_settings);
- g_object_unref (the_black_list);
+ g_variant_unref (the_black_list);
return result;
}
@@ -497,7 +497,7 @@ static gboolean sound_service_dbus_blacklist_player (SoundServiceDbus* self,
value);
g_object_unref (our_settings);
- g_object_unref (the_black_list);
+ g_variant_unref (the_black_list);
return result;
}