[rhythmbox] audiocd: set vexpand on the album info table to FALSE



commit 2728c70494b95d41453e2a319e79276840450d01
Author: Jonathan Matthew <jonathan d14n org>
Date:   Mon Apr 4 21:40:13 2011 +1000

    audiocd: set vexpand on the album info table to FALSE

 plugins/audiocd/rb-audiocd-source.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/audiocd/rb-audiocd-source.c b/plugins/audiocd/rb-audiocd-source.c
index 81f36ea..4872a5e 100644
--- a/plugins/audiocd/rb-audiocd-source.c
+++ b/plugins/audiocd/rb-audiocd-source.c
@@ -436,6 +436,7 @@ rb_audiocd_source_constructed (GObject *object)
 		g_signal_connect_object (priv->year_entry, "focus-out-event", G_CALLBACK (update_year_cb), source, 0);
 		g_signal_connect_object (priv->disc_number_entry, "focus-out-event", G_CALLBACK (update_disc_number_cb), source, 0);
 
+		gtk_widget_set_vexpand (table, FALSE);
 		gtk_box_pack_start (GTK_BOX (priv->box), table, FALSE, FALSE, 0);
 		gtk_box_reorder_child (GTK_BOX (priv->box), table, 0);
 		g_object_unref (builder);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]