dropped activate_on_single_click, requires gtk 3.8

This commit is contained in:
Daniel Pavel 2013-06-23 13:44:34 +02:00
parent fb138b77ff
commit b3aac40246
1 changed files with 0 additions and 2 deletions

View File

@ -235,9 +235,7 @@ def _create_tree(model):
# tree.set_fixed_height_mode(True)
tree.set_enable_tree_lines(True)
tree.set_reorderable(False)
tree.set_activate_on_single_click(True)
tree.set_enable_search(False)
# tree.set_rules_hint(True)
tree.set_model(model)
def _is_separator(model, item, _=None):