Bug 149660

Summary: an attempt to delete something without anything highlighted causes a backtrace
Product: [Retired] Red Hat Cluster Suite Reporter: Corey Marthaler <cmarthal>
Component: redhat-config-clusterAssignee: Jim Parsons <jparsons>
Status: CLOSED NEXTRELEASE QA Contact: Cluster QE <mspqa-list>
Severity: medium Docs Contact:
Priority: medium    
Version: 4CC: cluster-maint
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-04-13 22:34:38 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Corey Marthaler 2005-02-24 21:44:03 UTC
Description of problem:
I deleted a failover domain and then clicked the delete button again
and it caused a trace back. The same thing happened when I tried to
delete a fence device.

Traceback (most recent call last):
  File "/usr/share/system-config-cluster/ConfigTabController.py", line
945, in on_faildom_delete
    obj = model.get_value(iter, OBJ_COL)
TypeError: iter must be a GtkTreeIter
Traceback (most recent call last):
  File "/usr/share/system-config-cluster/ConfigTabController.py", line
777, in on_fd_delete
    obj = model.get_value(iter, OBJ_COL)
TypeError: iter must be a GtkTreeIter


How reproducible:
Always

Comment 1 Jim Parsons 2005-03-01 17:50:58 UTC
will fix - throw away ptr to current selection in tree chamnnge listener...

Comment 2 Jim Parsons 2005-03-28 11:15:56 UTC
Fixed in 0.9.17-1.0

Comment 3 Corey Marthaler 2005-04-13 22:34:38 UTC
fix verified.