Bug 689423

Summary: [abrt] Zim-0.48-1.fc14: notebookdialog.py:339:do_remove_notebook:TypeError: iter should be a GtkTreeIter
Product: [Fedora] Fedora Reporter: Eric Reitmaier <eric.reitmaier>
Component: ZimAssignee: Chris Weyl <cweyl>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 14CC: cweyl, fabian, robinlee.sysu
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Unspecified   
Whiteboard: abrt_hash:b511d170
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-03-22 15:32:20 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
File: backtrace none

Description Eric Reitmaier 2011-03-21 13:41:02 UTC
abrt version: 1.1.17
architecture: i686
cmdline: /usr/bin/python /usr/bin/zim
comment: I had created some Notebooks and wanted to clean them up, by removing.
component: Zim
executable: /usr/bin/zim
kernel: 2.6.35.11-83.fc14.i686
package: Zim-0.48-1.fc14
reason: notebookdialog.py:339:do_remove_notebook:TypeError: iter should be a GtkTreeIter
release: Fedora release 14 (Laughlin)
time: 1300714683
uid: 500

backtrace
-----
notebookdialog.py:339:do_remove_notebook:TypeError: iter should be a GtkTreeIter

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/zim/gui/notebookdialog.py", line 339, in do_remove_notebook
    model.remove(iter)
TypeError: iter should be a GtkTreeIter

Local variables in innermost frame:
a: (<gtk.Button object at 0x9e8b3ec (GtkButton at 0x9c2a6d0)>,)
model: <NotebookTreeModel object at 0x9e8b284 (GtkListStore at 0x9d66060)>
self: <NotebookDialog object at 0xb72232d4 (zim+gui+widgets+Dialog at 0x9e6c020)>
iter: None

How to reproduce
-----
1. Starting Zim
2. Removing a Notebook
3.

Comment 1 Eric Reitmaier 2011-03-21 13:41:05 UTC
Created attachment 486613 [details]
File: backtrace

Comment 2 Robin Lee 2011-03-21 15:08:18 UTC
Please upgrade Zim to the latest 0.50-2 and try again. I can't reproduce this using that latest version.

Comment 3 Eric Reitmaier 2011-03-22 15:09:47 UTC
Done. Cannot reproduce either.