diff options
author | Pierre-Luc Beaudoin <pierre-luc@pierlux.com> | 2009-04-08 04:04:31 +0800 |
---|---|---|
committer | Pierre-Luc Beaudoin <pierre-luc@pierlux.com> | 2009-05-28 00:52:04 +0800 |
commit | b12b63f0c0a992d3caf8c0ada68e502bd8d3a506 (patch) | |
tree | 24c628aabb896d7efb1cef23794b2cde0bc28b18 /libempathy-gtk/empathy-contact-widget.ui | |
parent | 30165e135359e217e7a9581277f8bf9b7b5c7459 (diff) | |
download | gsoc2013-empathy-b12b63f0c0a992d3caf8c0ada68e502bd8d3a506.tar gsoc2013-empathy-b12b63f0c0a992d3caf8c0ada68e502bd8d3a506.tar.gz gsoc2013-empathy-b12b63f0c0a992d3caf8c0ada68e502bd8d3a506.tar.bz2 gsoc2013-empathy-b12b63f0c0a992d3caf8c0ada68e502bd8d3a506.tar.lz gsoc2013-empathy-b12b63f0c0a992d3caf8c0ada68e502bd8d3a506.tar.xz gsoc2013-empathy-b12b63f0c0a992d3caf8c0ada68e502bd8d3a506.tar.zst gsoc2013-empathy-b12b63f0c0a992d3caf8c0ada68e502bd8d3a506.zip |
Add a map in the Contact Information dialog
For now, the map in the tool tip is disabled as Clutter-gtk
does like at all this type of window/initialisation
Diffstat (limited to 'libempathy-gtk/empathy-contact-widget.ui')
-rw-r--r-- | libempathy-gtk/empathy-contact-widget.ui | 50 |
1 files changed, 47 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-contact-widget.ui b/libempathy-gtk/empathy-contact-widget.ui index 1f53f765c..ed77df0f1 100644 --- a/libempathy-gtk/empathy-contact-widget.ui +++ b/libempathy-gtk/empathy-contact-widget.ui @@ -162,6 +162,50 @@ </packing> </child> <child> + <object class="GtkVBox" id="vbox_location"> + <property name="orientation">vertical</property> + <property name="spacing">6</property> + <child> + <object class="GtkLabel" id="label_location"> + <property name="visible">True</property> + <property name="xalign">0</property> + <property name="label" translatable="yes"><b>Location</b> at (date) </property> + <property name="use_markup">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkAlignment" id="alignment1"> + <property name="visible">True</property> + <property name="left_padding">12</property> + <child> + <object class="GtkViewport" id="viewport_map"> + <property name="height_request">150</property> + <property name="visible">True</property> + <property name="resize_mode">queue</property> + <child> + <placeholder/> + </child> + </object> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">1</property> + </packing> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="position">1</property> + </packing> + </child> + <child> <object class="GtkVBox" id="vbox_groups"> <property name="orientation">vertical</property> <property name="spacing">6</property> @@ -267,7 +311,7 @@ </child> </object> <packing> - <property name="position">1</property> + <property name="position">2</property> </packing> </child> <child> @@ -411,7 +455,7 @@ </object> <packing> <property name="expand">False</property> - <property name="position">2</property> + <property name="position">3</property> </packing> </child> <child> @@ -578,7 +622,7 @@ </object> <packing> <property name="expand">False</property> - <property name="position">3</property> + <property name="position">4</property> </packing> </child> </object> |