Message224788
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) |
|
Date |
User |
Action |
Args |
2014-08-04 23:41:43 | terry.reedy | set | recipients:
+ terry.reedy, jesstess, serhiy.storchaka, Saimadhav.Heblikar |
2014-08-04 23:41:43 | terry.reedy | set | messageid: <1407195703.2.0.225779976126.issue22133@psf.upfronthosting.co.za> |
2014-08-04 23:41:43 | terry.reedy | link | issue22133 messages |
2014-08-04 23:41:43 | terry.reedy | create | |
|