[eog] toolbareditor: use GtkSeparator instead of GtkHSeparator
- From: Felix Riemann <friemann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog] toolbareditor: use GtkSeparator instead of GtkHSeparator
- Date: Fri, 25 Nov 2011 21:06:09 +0000 (UTC)
commit 8fd4bf392f5596a509b7183e1a7e8dceb3935808
Author: Diego Escalante Urrelo <descalante igalia com>
Date: Fri Oct 7 23:33:44 2011 +0000
toolbareditor: use GtkSeparator instead of GtkHSeparator
Bug #661240
cut-n-paste/toolbar-editor/egg-toolbar-editor.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/cut-n-paste/toolbar-editor/egg-toolbar-editor.c b/cut-n-paste/toolbar-editor/egg-toolbar-editor.c
index b755721..685610a 100644
--- a/cut-n-paste/toolbar-editor/egg-toolbar-editor.c
+++ b/cut-n-paste/toolbar-editor/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]