[rhythmbox] podcast: fix stupid packing for the podcast add dialog
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] podcast: fix stupid packing for the podcast add dialog
- Date: Sat, 6 Sep 2014 13:46:03 +0000 (UTC)
commit a4cadb991cbc238b8a35e63d3ba776c5fd4b818c
Author: Jonathan Matthew <jonathan d14n org>
Date: Sat Sep 6 23:45:38 2014 +1000
podcast: fix stupid packing for the podcast add dialog
https://bugzilla.gnome.org/show_bug.cgi?id=733586
podcast/rb-podcast-add-dialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/podcast/rb-podcast-add-dialog.c b/podcast/rb-podcast-add-dialog.c
index ea8a2d3..f025a12 100644
--- a/podcast/rb-podcast-add-dialog.c
+++ b/podcast/rb-podcast-add-dialog.c
@@ -742,7 +742,7 @@ impl_constructed (GObject *object)
gtk_tree_view_append_column (GTK_TREE_VIEW (dialog->priv->feed_view), column);
widget = GTK_WIDGET (gtk_builder_get_object (builder, "podcast-add-dialog"));
- gtk_box_pack_start (GTK_BOX (dialog), widget, TRUE, TRUE, 12);
+ gtk_box_pack_start (GTK_BOX (dialog), widget, TRUE, TRUE, 0);
gtk_tree_view_set_rules_hint (GTK_TREE_VIEW (dialog->priv->feed_view), TRUE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]