Bug 132347 - anaconda throws exception on double click on existing logical volume in GUI disk druid
Summary: anaconda throws exception on double click on existing logical volume in GUI d...
Keywords:
Status: CLOSED DUPLICATE of bug 132217
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: All
OS: Linux
medium
high
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-09-11 04:54 UTC by Alexandre Oliva
Modified: 2007-11-30 22:10 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-02-21 19:05:34 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Alexandre Oliva 2004-09-11 04:54:49 UTC
Description of problem:
If you double-click on an existing LVM, anaconda throws an exception
in iw/lvm_dialog_gui.pw:314:

	    pesize = int(self.peCombo.get_active_value())

as it turns out, peCombo was initialized to a gtk.Label in __init__,
and this class doesn't implement a get_active_value() method.  I
suppose that FIXME may have to be fixed :-)

Version-Release number of selected component (if applicable):
anaconda-10.0.2-3 (re0910.0)

How reproducible:
Always

Steps to Reproduce:
1.Start the graphical installer on a box with existing logical volumes
2.Get to disk druid and click on an existing logical volume.

Actual Results:  Exception window pops up.

Expected Results:  It should pop up a window to let me assign mount
points to the logical volumes.

Comment 1 Jeremy Katz 2004-09-13 15:23:08 UTC

*** This bug has been marked as a duplicate of 132217 ***

Comment 2 Red Hat Bugzilla 2006-02-21 19:05:34 UTC
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.


Note You need to log in before you can comment on or make changes to this bug.