diff options
author | Chris Lumens <clumens@redhat.com> | 2012-07-16 13:17:14 -0400 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2012-07-16 13:17:14 -0400 |
commit | f025ffc348e3f777e02c7db729efac432c89f572 (patch) | |
tree | 370fcfc4cc10148e036f8927cb2a40b05c811bf0 /pyanaconda | |
parent | 8a5d1d6bc2ee4df73a2bb28d83b21499abecbcbc (diff) | |
download | anaconda-f025ffc348e3f777e02c7db729efac432c89f572.tar.gz anaconda-f025ffc348e3f777e02c7db729efac432c89f572.tar.xz anaconda-f025ffc348e3f777e02c7db729efac432c89f572.zip |
A radio button cannot be in its own group.
Doing so will print a GTK assertion on tty1.
Diffstat (limited to 'pyanaconda')
-rw-r--r-- | pyanaconda/ui/gui/spokes/source.ui | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyanaconda/ui/gui/spokes/source.ui b/pyanaconda/ui/gui/spokes/source.ui index 7b926579f..5259431bc 100644 --- a/pyanaconda/ui/gui/spokes/source.ui +++ b/pyanaconda/ui/gui/spokes/source.ui @@ -987,7 +987,6 @@ TeXlive 2012 repository</col> <property name="xalign">0</property> <property name="active">True</property> <property name="draw_indicator">True</property> - <property name="group">isoRadioButton</property> </object> <packing> <property name="expand">False</property> |