Author: asterix
Date: 2009-05-10 21:36:04 +0200 (Sun, 10 May 2009)
New Revision: 11278

Modified:
   trunk/src/config.py
Log:
don't show _last_* status message in GUI, they are internal only.


Modified: trunk/src/config.py
===================================================================
--- trunk/src/config.py 2009-05-10 19:32:57 UTC (rev 11277)
+++ trunk/src/config.py 2009-05-10 19:36:04 UTC (rev 11278)
@@ -1026,6 +1026,8 @@
                model.clear()
                preset_status = []
                for msg_name in gajim.config.get_per('statusmsg'):
+                       if msg_name.startswith('_last_'):
+                               continue
                        preset_status.append(msg_name)
                preset_status.sort()
                for msg_name in preset_status:

_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to