Skip to content
Snippets Groups Projects
Commit b9c96a19 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

destroy dialog when we press ok in history_manager.py when we delete a jid. Fixes #1833

parent 42cc2360
No related branches found
No related tags found
No related merge requests found
......@@ -440,6 +440,7 @@ class HistoryManager:
def on_ok(widget, liststore, list_of_paths):
# delete all rows from db that match jid_id
self.dialog.destroy()
list_of_rowrefs = []
for path in list_of_paths: # make them treerowrefs (it's needed)
list_of_rowrefs.append(gtk.TreeRowReference(liststore, path))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment