[ekiga/ds-gtk-application] MainWindow: Moved status menu at the top of the window.
- From: Damien Sandras <dsandras src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga/ds-gtk-application] MainWindow: Moved status menu at the top of the window.
- Date: Sat, 15 Nov 2014 16:26:05 +0000 (UTC)
commit 264f9f2d02e61393d195d10fc3a6a9e02724f1ff
Author: Damien Sandras <dsandras seconix com>
Date: Sat Nov 15 17:25:00 2014 +0100
MainWindow: Moved status menu at the top of the window.
lib/engine/gui/gtk-frontend/main_window.cpp | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/lib/engine/gui/gtk-frontend/main_window.cpp b/lib/engine/gui/gtk-frontend/main_window.cpp
index 97483d1..9824e5b 100644
--- a/lib/engine/gui/gtk-frontend/main_window.cpp
+++ b/lib/engine/gui/gtk-frontend/main_window.cpp
@@ -846,6 +846,12 @@ ekiga_main_window_init_gui (EkigaMainWindow *mw)
/* The actions toolbar */
ekiga_main_window_init_actions_toolbar (mw);
+ /* The status toolbar */
+ ekiga_main_window_init_status_toolbar (mw);
+ gtk_widget_show_all (mw->priv->status_toolbar);
+ gtk_box_pack_start (GTK_BOX (window_vbox), mw->priv->status_toolbar,
+ false, false, 0);
+
/* The stack pages */
ekiga_main_window_init_contact_list (mw);
ekiga_main_window_init_dialpad (mw);
@@ -854,12 +860,6 @@ ekiga_main_window_init_gui (EkigaMainWindow *mw)
gtk_box_pack_start (GTK_BOX (window_vbox), mw->priv->main_stack,
true, true, 0);
- /* The status toolbar */
- ekiga_main_window_init_status_toolbar (mw);
- gtk_widget_show_all (mw->priv->status_toolbar);
- gtk_box_pack_start (GTK_BOX (window_vbox), mw->priv->status_toolbar,
- false, false, 0);
-
/* Realize */
gtk_widget_realize (GTK_WIDGET (mw));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]