##// END OF EJS Templates
A minimal fix for issue 185 (GTK)
Paul Ivanov -
Show More
@@ -778,7 +778,7 b' class IPShellGTK(IPThread):'
778 778 ## # the user that he has a better option as well.
779 779 ## # XXX TODO better support when set_interactive is released
780 780 ## try:
781 ## gtk.set_interactive(False)
781 gtk.set_interactive(False)
782 782 ## print "Your PyGtk has set_interactive(), so you can use the"
783 783 ## print "more stable single-threaded Gtk mode."
784 784 ## print "See https://bugs.launchpad.net/ipython/+bug/270856"
General Comments 0
You need to be logged in to leave comments. Login now