summaryrefslogtreecommitdiffstats
path: root/deluge/ui/gtk3/path_combo_chooser.py
diff options
context:
space:
mode:
Diffstat (limited to 'deluge/ui/gtk3/path_combo_chooser.py')
-rwxr-xr-xdeluge/ui/gtk3/path_combo_chooser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/deluge/ui/gtk3/path_combo_chooser.py b/deluge/ui/gtk3/path_combo_chooser.py
index 892b5b472..c26289d80 100755
--- a/deluge/ui/gtk3/path_combo_chooser.py
+++ b/deluge/ui/gtk3/path_combo_chooser.py
@@ -403,7 +403,7 @@ class StoredValuesList(ValueList):
menuitem_edit.connect('activate', on_edit_clicked, path)
menuitem_remove.connect('activate', on_remove_clicked, path)
- self.path_list_popup.popup(None, None, None, event.button, time, data=path)
+ self.path_list_popup.popup(None, None, None, path, event.button, time)
self.path_list_popup.show_all()
def remove_selected_path(self):