Skip to content
This repository has been archived by the owner on Aug 26, 2020. It is now read-only.

Commit

Permalink
Set set_local_only(False) on the GTK+ save dialog to allow saving to …
Browse files Browse the repository at this point in the history
…gvfs locations.
  • Loading branch information
jeremyvisser committed Jun 19, 2010
1 parent f3d788e commit af5d5d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iview-gtk
Expand Up @@ -201,6 +201,7 @@ def on_download_clicked(widget, data=None):
gtk.STOCK_SAVE, gtk.RESPONSE_OK))

save_dialog.set_current_name(iview.fetch.get_filename(item[1]))
save_dialog.set_local_only(False) # allow saving to, e.g., SFTP
save_response = save_dialog.run()
save_dialog.hide()

Expand Down

0 comments on commit af5d5d9

Please sign in to comment.