Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gajim/gtk/start_chat.py')
-rw-r--r--gajim/gtk/start_chat.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gajim/gtk/start_chat.py b/gajim/gtk/start_chat.py
index abdbc3a0f..39efaf992 100644
--- a/gajim/gtk/start_chat.py
+++ b/gajim/gtk/start_chat.py
@@ -823,8 +823,8 @@ class ContactRow(Gtk.ListBoxRow):
if contact and not contact.is_groupchat and not contact.is_pm_contact:
groups = contact.groups
for group in groups:
- account_badge = GroupBadge(group)
- name_box.add(account_badge)
+ group_badge = GroupBadge(group)
+ name_box.add(group_badge)
box.add(name_box)