summaryrefslogtreecommitdiff
path: root/pidgin/resources/Accounts/chooser.ui
diff options
context:
space:
mode:
Diffstat (limited to 'pidgin/resources/Accounts/chooser.ui')
-rw-r--r--pidgin/resources/Accounts/chooser.ui26
1 files changed, 4 insertions, 22 deletions
diff --git a/pidgin/resources/Accounts/chooser.ui b/pidgin/resources/Accounts/chooser.ui
index bda398f733..175d531867 100644
--- a/pidgin/resources/Accounts/chooser.ui
+++ b/pidgin/resources/Accounts/chooser.ui
@@ -33,28 +33,10 @@ along with this library; if not, see <https://www.gnu.org/licenses/>.
<interface>
<template class="GtkListItem">
<property name="child">
- <object class="GtkBox">
- <property name="orientation">horizontal</property>
- <property name="spacing">6</property>
- <child>
- <object class="GtkImage">
- <binding name="icon-name">
- <closure type="gchararray" function="pidgin_account_chooser_icon_name_cb">
- <lookup name="item">GtkListItem</lookup>
- </closure>
- </binding>
- </object>
- </child>
- <child>
- <object class="GtkLabel">
- <property name="xalign">0</property>
- <binding name="label">
- <closure type="gchararray" function="pidgin_account_chooser_label_cb">
- <lookup name="item">GtkListItem</lookup>
- </closure>
- </binding>
- </object>
- </child>
+ <object class="PidginAccountDisplay">
+ <binding name="account">
+ <lookup name="item">GtkListItem</lookup>
+ </binding>
</object>
</property>
</template>