[empathy] call-window: display the 'audio input' page by default (#612450)
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] call-window: display the 'audio input' page by default (#612450)
- Date: Mon, 15 Mar 2010 13:14:18 +0000 (UTC)
commit 170e1d8999a460bb3c293188b4dcc7ea492ab509
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Thu Mar 11 12:34:16 2010 +0100
call-window: display the 'audio input' page by default (#612450)
src/empathy-call-window.c | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index 8b7af2d..d67fc37 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.c
@@ -1037,12 +1037,6 @@ empathy_call_window_init (EmpathyCallWindow *self)
"show", G_CALLBACK (empathy_call_window_sidebar_shown_cb), self);
gtk_paned_pack2 (GTK_PANED (priv->pane), priv->sidebar, FALSE, FALSE);
- priv->dtmf_panel = empathy_call_window_create_dtmf (self);
- empathy_sidebar_add_page (EMPATHY_SIDEBAR (priv->sidebar), _("Dialpad"),
- priv->dtmf_panel);
-
- gtk_widget_set_sensitive (priv->dtmf_panel, FALSE);
-
page = empathy_call_window_create_audio_input (self);
empathy_sidebar_add_page (EMPATHY_SIDEBAR (priv->sidebar), _("Audio input"),
page);
@@ -1051,6 +1045,13 @@ empathy_call_window_init (EmpathyCallWindow *self)
empathy_sidebar_add_page (EMPATHY_SIDEBAR (priv->sidebar), _("Video input"),
page);
+ priv->dtmf_panel = empathy_call_window_create_dtmf (self);
+ empathy_sidebar_add_page (EMPATHY_SIDEBAR (priv->sidebar), _("Dialpad"),
+ priv->dtmf_panel);
+
+ gtk_widget_set_sensitive (priv->dtmf_panel, FALSE);
+
+
gtk_widget_show_all (top_vbox);
gtk_widget_hide (priv->sidebar);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]