* src/gramps_main.py: Use gobject.timeout_add instead of gtk.
svn: r4994
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
2005-08-01 Martin Hawlisch <Martin.Hawlisch@gmx.de>
|
||||
* src/gramps_main.py: Use gobject.timeout_add instead of gtk.
|
||||
|
||||
2005-07-31 Alexander Roitman <shura@gramps-project.org>
|
||||
* src/docgen/OpenOfficeDoc.py: Typo.
|
||||
|
||||
|
@@ -1858,7 +1858,7 @@ class Gramps(GrampsDBCallback.GrampsDBCallback):
|
||||
self.bookmarks.add(self.active_person.get_handle())
|
||||
name = NameDisplay.displayer.display(self.active_person)
|
||||
self.status_text(_("%s has been bookmarked") % name)
|
||||
gtk.timeout_add(5000,self.modify_statusbar)
|
||||
gobject.timeout_add(5000,self.modify_statusbar)
|
||||
else:
|
||||
WarningDialog(_("Could Not Set a Bookmark"),
|
||||
_("A bookmark could not be set because "
|
||||
|
Reference in New Issue
Block a user