This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients Saimadhav.Heblikar, jesstess, serhiy.storchaka, terry.reedy
Date 2014-08-04.23:41:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407195703.2.0.225779976126.issue22133@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy, do you know if the trivial addition of "class_='IDLE'" can have any ill effect on non-gnome systems? It looks sensible to me, and I see no effect on Windows.
-    self.top = top = WindowList.ListedToplevel(root, menu=self.menubar)
+    self.top = top = WindowList.ListedToplevel(root, class_='IDLE',
+                                               menu=self.menubar)
History
Date User Action Args
2014-08-04 23:41:43terry.reedysetrecipients: + terry.reedy, jesstess, serhiy.storchaka, Saimadhav.Heblikar
2014-08-04 23:41:43terry.reedysetmessageid: <1407195703.2.0.225779976126.issue22133@psf.upfronthosting.co.za>
2014-08-04 23:41:43terry.reedylinkissue22133 messages
2014-08-04 23:41:43terry.reedycreate