This commit is contained in:
Kovid Goyal
2012-07-13 16:38:38 +05:30
parent 7fe41ee7d0
commit e4f2a2fa0c
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -184,7 +184,6 @@ class ConfigWidget(ConfigWidgetBase, Ui_Form):
self.opt_grouped_search_make_user_categories.update_items_cache(terms)
self.gst_names.blockSignals(True)
self.gst_names.clear()
print (1111, self.gst_names)
self.gst_names.addItem('', '')
for t in terms:
self.gst_names.addItem(t, t)