aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-main-window.ui
diff options
context:
space:
mode:
authorJonny Lamb <jonnylamb@gnome.org>2010-12-09 02:34:26 +0800
committerJonny Lamb <jonnylamb@gnome.org>2011-01-26 21:36:20 +0800
commitf0a51dddd8192d0c4e8eca0dcbf1267a23f52a30 (patch)
treeb9a3fad888b92ebf723634ef365c4df666da7d55 /src/empathy-main-window.ui
parente4c2ae8ff3e581f349caa36fe99680da047f3cac (diff)
downloadgsoc2013-empathy-f0a51dddd8192d0c4e8eca0dcbf1267a23f52a30.tar
gsoc2013-empathy-f0a51dddd8192d0c4e8eca0dcbf1267a23f52a30.tar.gz
gsoc2013-empathy-f0a51dddd8192d0c4e8eca0dcbf1267a23f52a30.tar.bz2
gsoc2013-empathy-f0a51dddd8192d0c4e8eca0dcbf1267a23f52a30.tar.lz
gsoc2013-empathy-f0a51dddd8192d0c4e8eca0dcbf1267a23f52a30.tar.xz
gsoc2013-empathy-f0a51dddd8192d0c4e8eca0dcbf1267a23f52a30.tar.zst
gsoc2013-empathy-f0a51dddd8192d0c4e8eca0dcbf1267a23f52a30.zip
main-window: display an info bar approving or rejecting the auth channel
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'src/empathy-main-window.ui')
-rw-r--r--src/empathy-main-window.ui14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/empathy-main-window.ui b/src/empathy-main-window.ui
index 1d06b3edd..5380482e8 100644
--- a/src/empathy-main-window.ui
+++ b/src/empathy-main-window.ui
@@ -302,6 +302,18 @@
</packing>
</child>
<child>
+ <object class="GtkVBox" id="auth_vbox">
+ <child>
+ <placeholder/>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">3</property>
+ </packing>
+ </child>
+ <child>
<object class="GtkNotebook" id="notebook">
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -333,7 +345,7 @@
</child>
</object>
<packing>
- <property name="position">3</property>
+ <property name="position">4</property>
</packing>
</child>
</object>