Raphael Ackermann <raphael.ackermann@gmail.com>
* src/Bookmarks.py: bookmark dup warning, bug 1346 2008-01-07 Benny Malengier <benny.malengier@gramps-project.org> svn: r9748
This commit is contained in:
parent
080b47bb1a
commit
b03bc3f4e5
@ -1,3 +1,7 @@
|
|||||||
|
2008-01-07 Benny Malengier <benny.malengier@gramps-project.org>
|
||||||
|
Raphael Ackermann <raphael.ackermann@gmail.com>
|
||||||
|
* src/Bookmarks.py: bookmark dup warning, bug 1346
|
||||||
|
|
||||||
2008-01-07 Benny Malengier <benny.malengier@gramps-project.org>
|
2008-01-07 Benny Malengier <benny.malengier@gramps-project.org>
|
||||||
* src/DbManager.py: bug with creation/rename
|
* src/DbManager.py: bug with creation/rename
|
||||||
|
|
||||||
|
@ -120,6 +120,7 @@ class Bookmarks :
|
|||||||
if self.active != DISABLED:
|
if self.active != DISABLED:
|
||||||
self.uistate.uimanager.remove_ui(self.active)
|
self.uistate.uimanager.remove_ui(self.active)
|
||||||
self.uistate.uimanager.remove_action_group(self.action_group)
|
self.uistate.uimanager.remove_action_group(self.action_group)
|
||||||
|
self.action_group = gtk.ActionGroup('Bookmarks')
|
||||||
self.active = DISABLED
|
self.active = DISABLED
|
||||||
|
|
||||||
def redraw_and_report_change(self):
|
def redraw_and_report_change(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user