diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-03-03 15:05:08 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-03-03 15:05:08 +0000 |
commit | 259f58ec21be89f22f478243f4c8acf9a44231f9 (patch) | |
tree | 5bd8e50cdbe31544a4277cb74b4c764d0f86eee4 /src/indicator-sound.c | |
parent | 4bde209ef0f8ad381d70b2ade7eb3cf834eed074 (diff) | |
download | ayatana-indicator-sound-259f58ec21be89f22f478243f4c8acf9a44231f9.tar.gz ayatana-indicator-sound-259f58ec21be89f22f478243f4c8acf9a44231f9.tar.bz2 ayatana-indicator-sound-259f58ec21be89f22f478243f4c8acf9a44231f9.zip |
tests compiling
Diffstat (limited to 'src/indicator-sound.c')
-rw-r--r-- | src/indicator-sound.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/indicator-sound.c b/src/indicator-sound.c index 3aca517..4bdfbb7 100644 --- a/src/indicator-sound.c +++ b/src/indicator-sound.c @@ -238,6 +238,7 @@ static gboolean new_slider_item(DbusmenuMenuitem * newitem, DbusmenuMenuitem * p static void connection_changed (IndicatorServiceManager * sm, gboolean connected, gpointer userdata) { + // TODO: This could be safer. if (connected) { if (sound_dbus_proxy == NULL) { GError * error = NULL; |