diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-01-27 17:56:08 -0600 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-01-27 17:56:08 -0600 |
commit | 6b2132fb4e700fe84a26adeac5126e8afbc507b3 (patch) | |
tree | 72dc5259b76b85ac8fee71c9ac05549c946bce89 /src/indicator-sound.c | |
parent | 1529af0e1224f04616054095742b698d8814cec4 (diff) | |
parent | 378302145a86c96a664935e5a5f27721c560aed7 (diff) | |
download | ayatana-indicator-sound-6b2132fb4e700fe84a26adeac5126e8afbc507b3.tar.gz ayatana-indicator-sound-6b2132fb4e700fe84a26adeac5126e8afbc507b3.tar.bz2 ayatana-indicator-sound-6b2132fb4e700fe84a26adeac5126e8afbc507b3.zip |
merge the little fixes branch and prep for 057
Diffstat (limited to 'src/indicator-sound.c')
-rw-r--r-- | src/indicator-sound.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/indicator-sound.c b/src/indicator-sound.c index 3c65a90..42560c8 100644 --- a/src/indicator-sound.c +++ b/src/indicator-sound.c @@ -278,7 +278,6 @@ static void create_connection_to_service (GObject *source_object, g_error_free(error); return; } - g_debug ("Connection to dbus seemed to work fine from the indicator side"); sound_state_manager_connect_to_dbus (priv->state_manager, priv->dbus_proxy); |