]> git.saurik.com Git - wxWidgets.git/commit
Don't use gtk_file_chooser_set_filename() for save file dialogs.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 5 May 2013 16:17:50 +0000 (16:17 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 5 May 2013 16:17:50 +0000 (16:17 +0000)
commit9618496b6acd2c74ee2fabc76f241d9dd0faebc0
treeed5b95840b662eedd15aa5e8e0447c6bbf54c74d
parentae4adc3d0644b50636f0c3f6f06590b8a08cd6c8
Don't use gtk_file_chooser_set_filename() for save file dialogs.

This seems to be broken in old GTK+ versions, so use
gtk_file_chooser_set_current_name() and gtk_file_chooser_set_current_folder()
for save file dialogs which seem to work in all versions.

Closes #15133.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73932 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/filectrl.cpp