Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 95def94

Browse files
author
Steve Chaplin
committed
SC
svn path=/trunk/matplotlib/; revision=1550
1 parent 855db8e commit 95def94

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/matplotlib/backends/backend_gtk.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -962,11 +962,10 @@ def __init__ (self,
962962
action = gtk.FILE_CHOOSER_ACTION_SAVE,
963963
buttons = (gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL,
964964
gtk.STOCK_SAVE, gtk.RESPONSE_OK),
965-
backend = '',
966965
path = None,
967966
):
968967
super (FileChooserDialog, self).__init__ (title, parent, action,
969-
buttons, backend)
968+
buttons)
970969
self.set_default_response (gtk.RESPONSE_OK)
971970

972971
if path: self.path = path

0 commit comments

Comments
 (0)