Fix for Debian bug#671366

This commit is contained in:
Alessio Treglia 2012-05-18 17:29:32 +02:00
parent d1319bccd6
commit 607e068b85
1 changed files with 3 additions and 3 deletions

View File

@ -560,9 +560,9 @@ class jack_params_configure_command(configure_command):
if len(param_names):
# move cursor to first row and 'value' column
self.treeview.set_cursor(Gtk.TreePath(path=0),
focus_column=self.tvcolumn_value,
start_editing=False)
self.treeview.set_cursor(Gtk.TreePath(path=0), # path
self.tvcolumn_value, # focus_column
False) # start_editing
return self.treeview