aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugin-manager
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/plugin-manager')
-rw-r--r--plugins/plugin-manager/ChangeLog7
-rw-r--r--plugins/plugin-manager/plugin-manager.c2
2 files changed, 8 insertions, 1 deletions
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 <jjohnny@novell.com>
+
+ ** Fixes Bug 496476.
+
+ * plugin-manager.c (org_gnome_plugin_manager_manage): Let the
+ plugin configure widget expand.
+
2008-03-20 Sankar P <psankar@novell.com>
* 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);