[libegg] toolbareditor: use GtkSeparator instead of GtkHSeparator
- From: Diego Escalante Urrelo <diegoe src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [libegg] toolbareditor: use GtkSeparator instead of GtkHSeparator
 
- Date: Tue, 11 Oct 2011 00:36:12 +0000 (UTC)
 
commit d3f8f1fc98af6091a09805fca2dddd64df7b4d5c
Author: Diego Escalante Urrelo <descalante igalia com>
Date:   Fri Oct 7 18:33:44 2011 -0500
    toolbareditor: use GtkSeparator instead of GtkHSeparator
    
    Bug #661240
 libegg/toolbareditor/egg-toolbar-editor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libegg/toolbareditor/egg-toolbar-editor.c b/libegg/toolbareditor/egg-toolbar-editor.c
index bf76ca8..287f6d3 100644
--- a/libegg/toolbareditor/egg-toolbar-editor.c
+++ b/libegg/toolbareditor/egg-toolbar-editor.c
@@ -547,7 +547,7 @@ append_table (GtkTable *table, GList *items, gint y, gint width)
 
       if (y > 0)
         {
-          item = gtk_hseparator_new ();
+          item = gtk_separator_new (GTK_ORIENTATION_HORIZONTAL);
           alignment = gtk_alignment_new (0.5, 0.5, 1.0, 0.0);
           gtk_container_add (GTK_CONTAINER (alignment), item);
           gtk_widget_show (alignment);
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]