poezio/src/tabs
mathieui 8d4202501d Use RawConfigParser.get{int,bool,float} whenever possible
config.get('option', 'value').lower() == 'value' is just ugly and
stupid, especially for bool.

One if in basetabs:556 was also missing a comparison, leading to True
whenever the option was set.
2014-03-24 23:25:06 +01:00
..
__init__.py Fix a hidden traceback (NS_MUC_USER not exported in tabs/) 2014-03-22 17:20:15 +01:00
basetabs.py Use RawConfigParser.get{int,bool,float} whenever possible 2014-03-24 23:25:06 +01:00
conversationtab.py Use RawConfigParser.get{int,bool,float} whenever possible 2014-03-24 23:25:06 +01:00
muclisttab.py Fix formatting, some typos, and unused code, and add docstrings 2014-03-23 00:15:01 +01:00
muctab.py Use RawConfigParser.get{int,bool,float} whenever possible 2014-03-24 23:25:06 +01:00
privatetab.py Use RawConfigParser.get{int,bool,float} whenever possible 2014-03-24 23:25:06 +01:00
rostertab.py Use RawConfigParser.get{int,bool,float} whenever possible 2014-03-24 23:25:06 +01:00
xmltab.py Fix formatting, some typos, and unused code, and add docstrings 2014-03-23 00:15:01 +01:00