[empathy] Move the toolbar setup after we initialize the audio output



commit 1d14dfb12afb8f2cdd8db903573665799b4c7311
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Sep 14 16:24:16 2009 +0200

    Move the toolbar setup after we initialize the audio output

 src/empathy-call-window.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index 5a24d88..f3a04de 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.c
@@ -723,8 +723,6 @@ empathy_call_window_init (EmpathyCallWindow *self)
 
   gtk_container_add (GTK_CONTAINER (self), top_vbox);
 
-  empathy_call_window_setup_toolbar (self);
-
   priv->content_hbox = gtk_hbox_new (FALSE, CONTENT_HBOX_SPACING);
   gtk_container_set_border_width (GTK_CONTAINER (priv->content_hbox),
                                   CONTENT_HBOX_BORDER_WIDTH);
@@ -773,6 +771,8 @@ empathy_call_window_init (EmpathyCallWindow *self)
       FALSE, 0);
   empathy_call_window_setup_self_frame (bus, self);
 
+  empathy_call_window_setup_toolbar (self);
+
   g_object_unref (bus);
 
   priv->sidebar_button = gtk_toggle_button_new_with_mnemonic (_("_Sidebar"));



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