[evolution/wip/gsettings] Use gtk_paned_new() instead gtk_[v|h]paned_new()
- From: Rodrigo Moya <rodrigo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/gsettings] Use gtk_paned_new() instead gtk_[v|h]paned_new()
- Date: Tue, 9 Nov 2010 22:38:43 +0000 (UTC)
commit e0a75a7125e2b3331966f74f3d042cc4575d8ede
Author: Javier Jardón <jjardon gnome org>
Date: Tue Nov 9 02:46:17 2010 +0100
Use gtk_paned_new() instead gtk_[v|h]paned_new()
shell/e-shell-window-private.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shell/e-shell-window-private.c b/shell/e-shell-window-private.c
index dee6450..35f0fb3 100644
--- a/shell/e-shell-window-private.c
+++ b/shell/e-shell-window-private.c
@@ -314,7 +314,7 @@ e_shell_window_private_constructed (EShellWindow *shell_window)
if (widget != NULL)
gtk_box_pack_start (box, widget, FALSE, FALSE, 0);
- widget = gtk_hpaned_new ();
+ widget = gtk_paned_new (GTK_ORIENTATION_HORIZONTAL);
gtk_box_pack_start (box, widget, TRUE, TRUE, 0);
priv->content_pane = g_object_ref (widget);
gtk_widget_show (widget);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]