Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
A minimal fix for issue 185 (GTK)
  • Loading branch information
ivanov committed Oct 26, 2010
1 parent 42cb9c6 commit 8ed54e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPython/Shell.py
Expand Up @@ -778,7 +778,7 @@ def __init__(self,argv=None,user_ns=None,user_global_ns=None,
## # the user that he has a better option as well.
## # XXX TODO better support when set_interactive is released
## try:
## gtk.set_interactive(False)
gtk.set_interactive(False)
## print "Your PyGtk has set_interactive(), so you can use the"
## print "more stable single-threaded Gtk mode."
## print "See https://bugs.launchpad.net/ipython/+bug/270856"
Expand Down

0 comments on commit 8ed54e4

Please sign in to comment.