mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
[GTK3] Fix pathcombo getting folder name on wrong widget
This commit is contained in:
parent
e43796ae51
commit
a7dcf39a32
1 changed files with 1 additions and 1 deletions
|
@ -1424,7 +1424,7 @@ class PathChooserComboBox(Gtk.Box, StoredValuesPopup, GObject.GObject):
|
|||
response_id = self.filechooserdialog.run()
|
||||
|
||||
if response_id == 0:
|
||||
text = self.filechooserdialog.get_filename()
|
||||
text = self.filechooser_widget.get_filename()
|
||||
self.set_text(text, trigger_event=True)
|
||||
self.filechooserdialog.hide()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue