Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

gdialog: draw checkmarks instead of radio marks on checkmark menu items

"as radio" should only be used for mutually exclusive menu items
(which is not the case here, given current uses of "aschecks").

Changeset 95c42e4cb54d

Parent 6d11661bbb00

by Adrian Buehlmann

Changes to one file · Browse files at 95c42e4cb54d Showing diff from parent 6d11661bbb00 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​gdialog.py Stacked
 
443
444
445
446
447
448
449
 
443
444
445
 
446
447
448
@@ -443,7 +443,6 @@
  if aschecks:   item = gtk.CheckMenuItem(name)   item.set_active(icon_or_var) - item.set_draw_as_radio(True)   elif icon_or_var:   item = gtk.ImageMenuItem(name)   if icon_or_var.startswith('gtk'):