diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-07-01 13:29:06 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-07-01 13:29:06 +0100 |
commit | 40a1f7e531f1a8d841fc855f2ba16b9370a272be (patch) | |
tree | 95164d368926b046000fc68a353cae236d392a41 /src/transport-widget.c | |
parent | f3fc28d63254fe90de5472352256e7df415ab886 (diff) | |
download | ayatana-indicator-sound-40a1f7e531f1a8d841fc855f2ba16b9370a272be.tar.gz ayatana-indicator-sound-40a1f7e531f1a8d841fc855f2ba16b9370a272be.tar.bz2 ayatana-indicator-sound-40a1f7e531f1a8d841fc855f2ba16b9370a272be.zip |
outline drawn
Diffstat (limited to 'src/transport-widget.c')
-rw-r--r-- | src/transport-widget.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/transport-widget.c b/src/transport-widget.c index 10c564b..ae01c0f 100644 --- a/src/transport-widget.c +++ b/src/transport-widget.c @@ -74,7 +74,6 @@ transport_widget_class_init (TransportWidgetClass *klass) gobject_class->dispose = transport_widget_dispose; gobject_class->finalize = transport_widget_finalize; - } static void @@ -87,6 +86,9 @@ transport_widget_init (TransportWidget *self) hbox = gtk_hbox_new(TRUE, 2); + //GtkAllocation alloc; + //gtk_widget_get_allocation(GTK_WIDGET(self), &alloc); + //g_debug("allocation width for the transport widget %i", alloc.width); priv->hbox = hbox; priv->play_button = play_button_new(); |