aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-widget.ui
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-09-29 19:56:32 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-09-29 20:44:28 +0800
commit05e20d8450559ccd579dbc5f268804611438e300 (patch)
tree268ae25dccae0c95a0289edf74a56796b8f227f3 /libempathy-gtk/empathy-individual-widget.ui
parentcd9637c2c95aae1975a9a61aa8b6f56cfa657e50 (diff)
downloadgsoc2013-empathy-05e20d8450559ccd579dbc5f268804611438e300.tar
gsoc2013-empathy-05e20d8450559ccd579dbc5f268804611438e300.tar.gz
gsoc2013-empathy-05e20d8450559ccd579dbc5f268804611438e300.tar.bz2
gsoc2013-empathy-05e20d8450559ccd579dbc5f268804611438e300.tar.lz
gsoc2013-empathy-05e20d8450559ccd579dbc5f268804611438e300.tar.xz
gsoc2013-empathy-05e20d8450559ccd579dbc5f268804611438e300.tar.zst
gsoc2013-empathy-05e20d8450559ccd579dbc5f268804611438e300.zip
individual-widget: use GtkGrid instead of GtkTable
https://bugzilla.gnome.org/show_bug.cgi?id=660429
Diffstat (limited to 'libempathy-gtk/empathy-individual-widget.ui')
-rw-r--r--libempathy-gtk/empathy-individual-widget.ui9
1 files changed, 1 insertions, 8 deletions
diff --git a/libempathy-gtk/empathy-individual-widget.ui b/libempathy-gtk/empathy-individual-widget.ui
index dcfc83a47..7e4d3f328 100644
--- a/libempathy-gtk/empathy-individual-widget.ui
+++ b/libempathy-gtk/empathy-individual-widget.ui
@@ -149,17 +149,10 @@
<property name="visible">True</property>
<property name="spacing">6</property>
<child>
- <object class="GtkTable" id="table_details">
+ <object class="GtkGrid" id="grid_details">
<property name="visible">True</property>
- <property name="n_columns">2</property>
<property name="column_spacing">12</property>
<property name="row_spacing">6</property>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
</object>
<packing>
<property name="position">0</property>