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

Skip to content

Commit 78131d2

Browse files
author
Steve Chaplin
committed
SC 30/09/2004
svn path=/trunk/matplotlib/; revision=552
1 parent 9518e0c commit 78131d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/interactive2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def main():
346346
w.add(console)
347347

348348
def destroy(arg=None):
349-
gtk.mainquit()
349+
gtk.main_quit()
350350

351351
def key_event(widget,event):
352352
if gtk.gdk.keyval_name( event.keyval) == 'd' and \

0 commit comments

Comments
 (0)