[rhythmbox] shell: allow the libpeas plugin manager widget to expand (bug #649017)
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] shell: allow the libpeas plugin manager widget to expand (bug #649017)
- Date: Sat, 30 Apr 2011 13:06:59 +0000 (UTC)
commit 55f297441509df6df2bcb67b645f1632bde20a01
Author: Christian Becke <christianbecke gmail com>
Date: Sat Apr 30 23:05:36 2011 +1000
shell: allow the libpeas plugin manager widget to expand (bug #649017)
shell/rb-shell.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/shell/rb-shell.c b/shell/rb-shell.c
index aed3ec3..f9247b8 100644
--- a/shell/rb-shell.c
+++ b/shell/rb-shell.c
@@ -2608,8 +2608,7 @@ rb_shell_cmd_plugins (GtkAction *action,
manager = peas_gtk_plugin_manager_new (NULL);
gtk_widget_show_all (GTK_WIDGET (manager));
- gtk_container_add (GTK_CONTAINER (content_area),
- manager);
+ gtk_box_pack_start (GTK_BOX (content_area), manager, TRUE, TRUE, 0);
}
gtk_window_present (GTK_WINDOW (shell->priv->plugins));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]