diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2010-10-01 01:24:10 +0800 |
---|---|---|
committer | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2010-11-16 00:59:11 +0800 |
commit | c391eb0efd50b519218c317d0c14e34954a45f9a (patch) | |
tree | b351dc76aaa9e3848a3d920ced1a53b98090da60 /libempathy-gtk/empathy-individual-widget.ui | |
parent | 6f9a0ae2e8dc6d71bc15bdc703cffec8851367ab (diff) | |
download | gsoc2013-empathy-c391eb0efd50b519218c317d0c14e34954a45f9a.tar gsoc2013-empathy-c391eb0efd50b519218c317d0c14e34954a45f9a.tar.gz gsoc2013-empathy-c391eb0efd50b519218c317d0c14e34954a45f9a.tar.bz2 gsoc2013-empathy-c391eb0efd50b519218c317d0c14e34954a45f9a.tar.lz gsoc2013-empathy-c391eb0efd50b519218c317d0c14e34954a45f9a.tar.xz gsoc2013-empathy-c391eb0efd50b519218c317d0c14e34954a45f9a.tar.zst gsoc2013-empathy-c391eb0efd50b519218c317d0c14e34954a45f9a.zip |
individual-widget: show a "on a phone" label in the individual view
Also refactor having a TpContact in the EmpathyIndividualViewPriv
struct, so that contact info and client types info use the same
TpContact.
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'libempathy-gtk/empathy-individual-widget.ui')
-rw-r--r-- | libempathy-gtk/empathy-individual-widget.ui | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-individual-widget.ui b/libempathy-gtk/empathy-individual-widget.ui index 5fb382363..dcfc83a47 100644 --- a/libempathy-gtk/empathy-individual-widget.ui +++ b/libempathy-gtk/empathy-individual-widget.ui @@ -88,6 +88,35 @@ </packing> </child> <child> + <object class="GtkHBox" id="hbox_client_types"> + <property name="spacing">6</property> + <child> + <object class="GtkImage" id="image_phone"> + <property name="visible">True</property> + <property name="icon_name">phone</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="label1"> + <property name="visible">True</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">Online from a phone or mobile device</property> + </object> + <packing> + <property name="position">1</property> + </packing> + </child> + </object> + <packing> + <property name="position">2</property> + </packing> + </child> + <child> <object class="EmpathyGroupsWidget" id="groups_widget"/> <packing> <property name="position">2</property> |