Ticket #3584: patch1

File patch1, 441 bytes (added by Dicson, 12 months ago)
Line 
1Index: src/dialogs.py
2===================================================================
3--- src/dialogs.py      (revision 9070)
4+++ src/dialogs.py      (working copy)
5@@ -498,6 +498,7 @@
6                                if resp != gtk.RESPONSE_OK:
7                                        return
8                        else:
9+                               self.preset_messages_dict[msg_name] = msg_text
10                                iter_ = self.message_liststore.append((msg_name,))
11                                gajim.config.add_per('statusmsg', msg_name)
12                                # select in combobox the one we just saved