From f4db10997283c2455a81e4d6342492aa902ad27b Mon Sep 17 00:00:00 2001 From: Johnny Jacob Date: Mon, 26 May 2008 11:20:45 +0000 Subject: Fix for Bug 496476 : Let the plugin configure widgets expand (resize). svn path=/trunk/; revision=35549 --- plugins/plugin-manager/ChangeLog | 7 +++++++ plugins/plugin-manager/plugin-manager.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'plugins/plugin-manager') diff --git a/plugins/plugin-manager/ChangeLog b/plugins/plugin-manager/ChangeLog index fee959ae99..7c20b9b23d 100644 --- a/plugins/plugin-manager/ChangeLog +++ b/plugins/plugin-manager/ChangeLog @@ -1,3 +1,10 @@ +2008-05-23 Johnny Jacob + + ** Fixes Bug 496476. + + * plugin-manager.c (org_gnome_plugin_manager_manage): Let the + plugin configure widget expand. + 2008-03-20 Sankar P * org-gnome-plugin-manager.eplug.xml: diff --git a/plugins/plugin-manager/plugin-manager.c b/plugins/plugin-manager/plugin-manager.c index 823ad98d85..d423cf82ed 100644 --- a/plugins/plugin-manager/plugin-manager.c +++ b/plugins/plugin-manager/plugin-manager.c @@ -304,7 +304,7 @@ org_gnome_plugin_manager_manage (void *ep, ESMenuTargetShell *t) cfg_widget = def_configure_label; } else { gtk_widget_hide (cfg_widget); - gtk_box_pack_start (GTK_BOX (configure_page), cfg_widget, FALSE, FALSE, 6); + gtk_box_pack_start (GTK_BOX (configure_page), cfg_widget, TRUE, TRUE, 6); } gtk_list_store_append (store, &iter); -- cgit v1.2.3