[empathy] contact-widget: move hbox_presence to grid_contact



commit 34bdfa8eb1ca1c23a72a1ef42217d1a7ec293b68
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Fri Jan 20 15:19:53 2012 +0100

    contact-widget: move hbox_presence to grid_contact
    
    There is no point keeping this even more complicated that it already is.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=666714

 libempathy-gtk/empathy-contact-widget.ui |   43 +++++++++++------------------
 1 files changed, 16 insertions(+), 27 deletions(-)
---
diff --git a/libempathy-gtk/empathy-contact-widget.ui b/libempathy-gtk/empathy-contact-widget.ui
index 244e46e..2d58f2d 100644
--- a/libempathy-gtk/empathy-contact-widget.ui
+++ b/libempathy-gtk/empathy-contact-widget.ui
@@ -49,39 +49,28 @@
                   </packing>
                 </child>
                 <child>
-                  <placeholder/>
-                </child>
-                <child>
-                  <placeholder/>
-                </child>
-                <child>
-                  <placeholder/>
-                </child>
-              </object>
-              <packing>
-                <property name="position">0</property>
-              </packing>
-            </child>
-            <child>
-              <object class="GtkHBox" id="hbox_presence">
-                <property name="visible">True</property>
-                <property name="spacing">6</property>
-                <child>
-                  <object class="GtkImage" id="image_state">
-                    <property name="stock">gtk-missing-image</property>
+                  <object class="GtkHBox" id="hbox_presence">
+                    <property name="visible">True</property>
+                    <property name="spacing">6</property>
+                    <child>
+                      <object class="GtkImage" id="image_state">
+                        <property name="stock">gtk-missing-image</property>
+                      </object>
+                      <packing>
+                        <property name="expand">False</property>
+                        <property name="fill">False</property>
+                        <property name="position">0</property>
+                      </packing>
+                    </child>
                   </object>
                   <packing>
-                    <property name="expand">False</property>
-                    <property name="fill">False</property>
-                    <property name="position">0</property>
+                    <property name="top_attach">3</property>
+                    <property name="left_attach">0</property>
                   </packing>
                 </child>
-                <child>
-                  <placeholder/>
-                </child>
               </object>
               <packing>
-                <property name="position">1</property>
+                <property name="position">0</property>
               </packing>
             </child>
           </object>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]