[gedit-collaboration] Use gtk_paned_new() instead gtk_[v|h]paned_new()
- From: Javier Jardón <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit-collaboration] Use gtk_paned_new() instead gtk_[v|h]paned_new()
- Date: Thu, 11 Nov 2010 00:04:59 +0000 (UTC)
commit e42862d89edda7fd00ad4442fa1f20a62ba63ceb
Author: Javier Jardón <jjardon gnome org>
Date: Thu Nov 11 01:04:25 2010 +0100
Use gtk_paned_new() instead gtk_[v|h]paned_new()
src/gedit-collaboration-window-helper.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gedit-collaboration-window-helper.c b/src/gedit-collaboration-window-helper.c
index e4f04c8..f2acdf5 100644
--- a/src/gedit-collaboration-window-helper.c
+++ b/src/gedit-collaboration-window-helper.c
@@ -1559,7 +1559,7 @@ build_ui (GeditCollaborationWindowHelper *helper)
gtk_widget_show (image);
- paned = gtk_vpaned_new ();
+ paned = gtk_paned_new (GTK_ORIENTATION_VERTICAL);
gtk_paned_add1 (GTK_PANED (paned), vbox);
gtk_container_child_set (GTK_CONTAINER (paned),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]