aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-selector-dialog.ui
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-12-16 02:09:25 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-12-17 18:38:49 +0800
commitf143221d55b5139588f7f6ba55b7a6fe21dadb4c (patch)
tree328cd50e8e1c85fd53c11aa30d9e6cb2404e2aa6 /libempathy-gtk/empathy-contact-selector-dialog.ui
parentb650895f8d148260d1220342692b834eebb0038b (diff)
downloadgsoc2013-empathy-f143221d55b5139588f7f6ba55b7a6fe21dadb4c.tar
gsoc2013-empathy-f143221d55b5139588f7f6ba55b7a6fe21dadb4c.tar.gz
gsoc2013-empathy-f143221d55b5139588f7f6ba55b7a6fe21dadb4c.tar.bz2
gsoc2013-empathy-f143221d55b5139588f7f6ba55b7a6fe21dadb4c.tar.lz
gsoc2013-empathy-f143221d55b5139588f7f6ba55b7a6fe21dadb4c.tar.xz
gsoc2013-empathy-f143221d55b5139588f7f6ba55b7a6fe21dadb4c.tar.zst
gsoc2013-empathy-f143221d55b5139588f7f6ba55b7a6fe21dadb4c.zip
rename empathy-new-message-dialog.ui to empathy-contact-selector-dialog.ui
Diffstat (limited to 'libempathy-gtk/empathy-contact-selector-dialog.ui')
-rw-r--r--libempathy-gtk/empathy-contact-selector-dialog.ui52
1 files changed, 52 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-contact-selector-dialog.ui b/libempathy-gtk/empathy-contact-selector-dialog.ui
new file mode 100644
index 000000000..009028ec1
--- /dev/null
+++ b/libempathy-gtk/empathy-contact-selector-dialog.ui
@@ -0,0 +1,52 @@
+<?xml version="1.0"?>
+<interface>
+ <!-- interface-requires gtk+ 2.12 -->
+ <!-- interface-naming-policy toplevel-contextual -->
+ <object class="GtkTable" id="table_contact">
+ <property name="visible">True</property>
+ <property name="n_rows">2</property>
+ <property name="n_columns">2</property>
+ <property name="column_spacing">6</property>
+ <property name="row_spacing">6</property>
+ <child>
+ <object class="GtkLabel" id="label1">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Account:</property>
+ </object>
+ <packing>
+ <property name="x_options"></property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="label2">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Contact ID:</property>
+ </object>
+ <packing>
+ <property name="top_attach">1</property>
+ <property name="bottom_attach">2</property>
+ <property name="x_options"></property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkEntry" id="entry_id">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+ <property name="invisible_char">&#x2022;</property>
+ <property name="activates_default">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="right_attach">2</property>
+ <property name="top_attach">1</property>
+ <property name="bottom_attach">2</property>
+ </packing>
+ </child>
+ <child>
+ <placeholder/>
+ </child>
+ </object>
+</interface>