[commit-gajim] r11218 - trunk/src/common

asterix at gajim.org asterix at gajim.org
Wed Apr 8 18:43:34 CEST 2009


Author: asterix
Date: 2009-04-08 18:43:34 +0200 (Wed, 08 Apr 2009)
New Revision: 11218

Modified:
   trunk/src/common/config.py
Log:
missing option to save if we want the warning when closing message windows with several tabs


Modified: trunk/src/common/config.py
===================================================================
--- trunk/src/common/config.py	2009-04-08 16:38:28 UTC (rev 11217)
+++ trunk/src/common/config.py	2009-04-08 16:43:34 UTC (rev 11218)
@@ -190,6 +190,7 @@
 		'confirm_close_muc': [opt_bool, True, _('Ask before closing a group chat tab/window.')],
 		'confirm_close_muc_rooms': [opt_str, '', _('Always ask before closing group chat tab/window in this space separated list of group chat jids.')],
 		'noconfirm_close_muc_rooms': [opt_str, '', _('Never ask before closing group chat tab/window in this space separated list of group chat jids.')],
+		'confirm_close_multiple_tabs': [opt_bool, True, _('Ask before closing tabbed chat window if there are control that can loose data (chat, private chat, groupchat that will not be minimized)')],
 		'notify_on_file_complete': [opt_bool, True],
 		'file_transfers_port': [opt_int, 28011],
 		'ft_add_hosts_to_send': [opt_str, '', _('Comma separated list of hosts that we send, in addition of local interfaces, for File Transfer in case of address translation/port forwarding.')],



More information about the Commits mailing list