[gthumb] window: put the infobar below the statusbar
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] window: put the infobar below the statusbar
- Date: Mon, 8 Dec 2014 23:18:47 +0000 (UTC)
commit 9962ffdffd0f6546825a8424a133161823bad0cc
Author: Paolo Bacchilega <paobac src gnome org>
Date: Mon Dec 8 16:19:46 2014 +0100
window: put the infobar below the statusbar
gthumb/gth-window.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gthumb/gth-window.c b/gthumb/gth-window.c
index 76e59af..b4aa11e 100644
--- a/gthumb/gth-window.c
+++ b/gthumb/gth-window.c
@@ -355,11 +355,11 @@ gth_window_attach (GthWindow *window,
break;
case GTH_WINDOW_INFOBAR:
window->priv->infobar = child;
- position = 3;
+ position = 4;
break;
case GTH_WINDOW_STATUSBAR:
window->priv->statusbar = child;
- position = 4;
+ position = 3;
break;
default:
return;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]