Turn off spanning with a bool for the moment.

This commit is contained in:
Charles Haley 2012-07-05 13:44:18 +02:00
parent 093390884a
commit c9e37072a9

View File

@ -379,7 +379,7 @@ class TagsModel(QAbstractItemModel): # {{{
else:
collapse_model = 'partition'
collapse_template = tweaks['categories_collapsed_popularity_template']
if get_lang() in self.langs_no_span_contractions:
if True or get_lang() in self.langs_no_span_contractions:
use_span_contractions = False
else:
use_span_contractions = True