diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-09-30 18:01:17 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-09-30 18:01:17 +0100 |
commit | 82f328d8f7bff69e2b186024e0a8ba96dcd93290 (patch) | |
tree | 8fcbe6f2f282a949fb422a6c3ae198ce00c16343 /src/transport-widget.c | |
parent | 908029bbb15b851e552d53331ea3a5d6cfdd4975 (diff) | |
download | ayatana-indicator-sound-82f328d8f7bff69e2b186024e0a8ba96dcd93290.tar.gz ayatana-indicator-sound-82f328d8f7bff69e2b186024e0a8ba96dcd93290.tar.bz2 ayatana-indicator-sound-82f328d8f7bff69e2b186024e0a8ba96dcd93290.zip |
njpatel's merge comment applied
Diffstat (limited to 'src/transport-widget.c')
-rw-r--r-- | src/transport-widget.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/transport-widget.c b/src/transport-widget.c index cf11293..cb09f2c 100644 --- a/src/transport-widget.c +++ b/src/transport-widget.c @@ -184,9 +184,9 @@ transport_widget_init (TransportWidget *self) gtk_widget_set_size_request(GTK_WIDGET(self), 200, 50); g_signal_connect (G_OBJECT(self), - "notify", - G_CALLBACK (transport_widget_notify), - NULL); + "notify::parent", + G_CALLBACK (transport_widget_notify), + NULL); } static void |