We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f72a90f commit 98f711aCopy full SHA for 98f711a
bpython/gtk_.py
@@ -288,6 +288,7 @@ def file_prompt(self, s):
288
buttons=(gtk.STOCK_CANCEL,gtk.RESPONSE_CANCEL,gtk.STOCK_OPEN,gtk.RESPONSE_OK))
289
chooser.set_default_response(gtk.RESPONSE_OK)
290
chooser.set_current_name('test.py')
291
+ chooser.set_current_folder(os.path.expanduser('~'))
292
293
pyfilter = gtk.FileFilter()
294
pyfilter.set_name("Python files")
0 commit comments