aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2011-02-12 05:54:43 +0800
committerXan Lopez <xan@gnome.org>2011-02-12 05:54:43 +0800
commite65e2873a6d8407e9a8801e8667085ec10fa261f (patch)
tree2eb4b45b8dba349176873574678e8eca50640754 /embed
parent7a6c09572386c98b7b57d5543a1e36f6642d425b (diff)
downloadgsoc2013-epiphany-e65e2873a6d8407e9a8801e8667085ec10fa261f.tar
gsoc2013-epiphany-e65e2873a6d8407e9a8801e8667085ec10fa261f.tar.gz
gsoc2013-epiphany-e65e2873a6d8407e9a8801e8667085ec10fa261f.tar.bz2
gsoc2013-epiphany-e65e2873a6d8407e9a8801e8667085ec10fa261f.tar.lz
gsoc2013-epiphany-e65e2873a6d8407e9a8801e8667085ec10fa261f.tar.xz
gsoc2013-epiphany-e65e2873a6d8407e9a8801e8667085ec10fa261f.tar.zst
gsoc2013-epiphany-e65e2873a6d8407e9a8801e8667085ec10fa261f.zip
Sync with upstream GeditOverlay code
Diffstat (limited to 'embed')
-rw-r--r--embed/ephy-embed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c
index ee0eb72d3..e0d230eb1 100644
--- a/embed/ephy-embed.c
+++ b/embed/ephy-embed.c
@@ -879,7 +879,7 @@ ephy_embed_constructed (GObject *object)
frame = gtk_frame_new (NULL);
gtk_widget_show (frame);
gtk_container_add (GTK_CONTAINER (frame), priv->statusbar_label);
- gedit_overlay_add (GEDIT_OVERLAY (overlay), frame, GTK_ORIENTATION_HORIZONTAL, GDK_GRAVITY_SOUTH_WEST, 0, TRUE);
+ gedit_overlay_add (GEDIT_OVERLAY (overlay), frame, GEDIT_OVERLAY_CHILD_POSITION_SOUTH_WEST, 0);
paned = GTK_WIDGET (embed->priv->paned);