diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-11 02:43:54 +0800 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-20 02:15:20 +0800 |
commit | 8da7760544ee3c592f9a884a13b13103b3b5a674 (patch) | |
tree | 639d8d7d3fa2eb05e86bd714b09eaedff97b25c5 /libempathy-gtk/empathy-contact-widget.ui | |
parent | 1599c6961f70341daf755d28857f155c86ba8f39 (diff) | |
download | gsoc2013-empathy-8da7760544ee3c592f9a884a13b13103b3b5a674.tar gsoc2013-empathy-8da7760544ee3c592f9a884a13b13103b3b5a674.tar.gz gsoc2013-empathy-8da7760544ee3c592f9a884a13b13103b3b5a674.tar.bz2 gsoc2013-empathy-8da7760544ee3c592f9a884a13b13103b3b5a674.tar.lz gsoc2013-empathy-8da7760544ee3c592f9a884a13b13103b3b5a674.tar.xz gsoc2013-empathy-8da7760544ee3c592f9a884a13b13103b3b5a674.tar.zst gsoc2013-empathy-8da7760544ee3c592f9a884a13b13103b3b5a674.zip |
Split the group editing widgets out of EmpathyContactWidget
They can be shared between EmpathyContactWidget and a new
EmpathyIndividualWidget, once it's written.
Diffstat (limited to 'libempathy-gtk/empathy-contact-widget.ui')
-rw-r--r-- | libempathy-gtk/empathy-contact-widget.ui | 104 |
1 files changed, 1 insertions, 103 deletions
diff --git a/libempathy-gtk/empathy-contact-widget.ui b/libempathy-gtk/empathy-contact-widget.ui index 0792dcff9..acfad6a16 100644 --- a/libempathy-gtk/empathy-contact-widget.ui +++ b/libempathy-gtk/empathy-contact-widget.ui @@ -172,109 +172,7 @@ </packing> </child> <child> - <object class="GtkVBox" id="vbox_groups"> - <property name="spacing">6</property> - <child> - <object class="GtkLabel" id="label672"> - <property name="visible">True</property> - <property name="xalign">0</property> - <property name="label" translatable="yes">Groups</property> - <attributes> - <attribute name="weight" value="bold"/> - </attributes> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">False</property> - <property name="position">0</property> - </packing> - </child> - <child> - <object class="GtkAlignment" id="alignment33"> - <property name="visible">True</property> - <property name="left_padding">12</property> - <child> - <object class="GtkVBox" id="vbox224"> - <property name="visible">True</property> - <property name="spacing">6</property> - <child> - <object class="GtkLabel" id="label679"> - <property name="visible">True</property> - <property name="xalign">0</property> - <property name="label" translatable="yes">Select the groups you want this contact to appear in. Note that you can select more than one group or no groups.</property> - <property name="use_markup">True</property> - <property name="wrap">True</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">False</property> - <property name="position">0</property> - </packing> - </child> - <child> - <object class="GtkHBox" id="hbox188"> - <property name="visible">True</property> - <property name="spacing">12</property> - <child> - <object class="GtkEntry" id="entry_group"> - <property name="visible">True</property> - <property name="can_focus">True</property> - </object> - <packing> - <property name="position">0</property> - </packing> - </child> - <child> - <object class="GtkButton" id="button_group"> - <property name="label" translatable="yes">_Add Group</property> - <property name="visible">True</property> - <property name="sensitive">False</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="use_underline">True</property> - </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="fill">False</property> - <property name="position">1</property> - </packing> - </child> - <child> - <object class="GtkScrolledWindow" id="scrolledwindow17"> - <property name="height_request">100</property> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="hscrollbar_policy">never</property> - <property name="vscrollbar_policy">automatic</property> - <property name="shadow_type">in</property> - <child> - <object class="GtkTreeView" id="treeview_groups"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="headers_visible">False</property> - <property name="enable_search">False</property> - </object> - </child> - </object> - <packing> - <property name="position">2</property> - </packing> - </child> - </object> - </child> - </object> - <packing> - <property name="position">1</property> - </packing> - </child> - </object> + <object class="EmpathyGroupsWidget" id="groups_widget"/> <packing> <property name="position">2</property> </packing> |