* src/DataViews/PersonView.py,
* src/PageView.py: Use save instead of open in the csv export file chooser svn: r9845
This commit is contained in:
@@ -1006,7 +1006,7 @@ class ListView(BookMarkView):
|
||||
self.uistate.window,
|
||||
gtk.FILE_CHOOSER_ACTION_SAVE,
|
||||
(gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL,
|
||||
gtk.STOCK_OPEN, gtk.RESPONSE_OK))
|
||||
gtk.STOCK_SAVE, gtk.RESPONSE_OK))
|
||||
chooser.set_do_overwrite_confirmation(True)
|
||||
|
||||
combobox = gtk.combo_box_new_text()
|
||||
|
||||
Reference in New Issue
Block a user