[evolution] Bug #655490 - Location chooser dialog for Weather calendar is too small
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Bug #655490 - Location chooser dialog for Weather calendar is too small
- Date: Thu, 25 Aug 2011 16:14:37 +0000 (UTC)
commit 2ff0386d608c2cdbef0ddc24372a2334a4e74038
Author: Milan Crha <mcrha redhat com>
Date: Thu Aug 25 18:14:14 2011 +0200
Bug #655490 - Location chooser dialog for Weather calendar is too small
plugins/calendar-weather/calendar-weather.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/calendar-weather/calendar-weather.c b/plugins/calendar-weather/calendar-weather.c
index 6c03da3..5095106 100644
--- a/plugins/calendar-weather/calendar-weather.c
+++ b/plugins/calendar-weather/calendar-weather.c
@@ -266,7 +266,7 @@ create_source_selector (ESource *source)
gtk_tree_view_insert_column_with_attributes (GTK_TREE_VIEW (treeview), -1, "location", text, "text", 0, NULL);
content_area = gtk_dialog_get_content_area (GTK_DIALOG (dialog));
- gtk_container_add (GTK_CONTAINER (content_area), scrolledwindow);
+ gtk_box_pack_start (GTK_BOX (content_area), scrolledwindow, TRUE, TRUE, 0);
gtk_container_set_border_width (GTK_CONTAINER (scrolledwindow), 6);
gtk_box_set_spacing (GTK_BOX (content_area), 6);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]