Bug 655409

Summary: [abrt] policycoreutils-gui-2.0.83-20.fc13: domainsPage.py:142:add:TypeError: iter must be a GtkTreeIter
Product: [Fedora] Fedora Reporter: paolo_np13
Component: policycoreutilsAssignee: Daniel Walsh <dwalsh>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 13CC: dwalsh, mgrepl
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:192bc283
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-03-09 21:42:56 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:
Attachments:
Description Flags
File: backtrace none

Description paolo_np13 2010-11-20 20:47:09 UTC
abrt version: 1.1.13
architecture: x86_64
cmdline: /usr/bin/python -Es /usr/share/system-config-selinux/system-config-selinux.py
component: policycoreutils
executable: /usr/share/system-config-selinux/system-config-selinux.py
kernel: 2.6.34.6-54.fc13.x86_64
package: policycoreutils-gui-2.0.83-20.fc13
reason: domainsPage.py:142:add:TypeError: iter must be a GtkTreeIter
release: Fedora release 13 (Goddard)
time: 1285088024
uid: 0

backtrace
-----
domainsPage.py:142:add:TypeError: iter must be a GtkTreeIter

Traceback (most recent call last):
  File "/usr/share/system-config-selinux/system-config-selinux.py", line 125, in add
    self.tabs[self.notebook.get_current_page()].addDialog()
  File "/usr/share/system-config-selinux/domainsPage.py", line 137, in addDialog
    return self.add()
  File "/usr/share/system-config-selinux/domainsPage.py", line 142, in add
    domain = store.get_value(iter, 0)
TypeError: iter must be a GtkTreeIter

Local variables in innermost frame:
self: <domainsPage.domainsPage instance at 0xa11a830>
selection: <gtk.TreeSelection object at 0xa2193c0 (GtkTreeSelection at 0x8150800)>
store: <gtk.ListStore object at 0xa15ca50 (GtkListStore at 0xa170820)>
iter: None

Comment 1 paolo_np13 2010-11-20 20:47:12 UTC
Created attachment 461763 [details]
File: backtrace