[eog] EogWindow: Move sidebar to the opposite side of the image



commit 8cdbae1f54b0fb746343595c8423c1adcca833ee
Author: Felix Riemann <friemann gnome org>
Date:   Wed Jan 7 19:59:21 2015 +0100

    EogWindow: Move sidebar to the opposite side of the image

 src/eog-window.c |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/src/eog-window.c b/src/eog-window.c
index 34c5b44..7e3d282 100644
--- a/src/eog-window.c
+++ b/src/eog-window.c
@@ -4550,14 +4550,13 @@ eog_window_construct_ui (EogWindow *window)
        g_object_unref (popup_menu);
 
        gtk_paned_pack1 (GTK_PANED (hpaned),
-                        priv->sidebar,
-                        FALSE,
-                        FALSE);
-
-       gtk_paned_pack2 (GTK_PANED (hpaned),
                         priv->overlay,
                         TRUE,
                         FALSE);
+       gtk_paned_pack2 (GTK_PANED (hpaned),
+                        priv->sidebar,
+                        FALSE,
+                        FALSE);
 
        gtk_widget_show_all (hpaned);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]