Mark a TODO

This commit is contained in:
Dale Athanasias 2015-04-04 10:33:35 +11:00 committed by Ross Gammon
parent 33a702474f
commit 56841abd92

View File

@ -31,7 +31,7 @@ LOG = logging.getLogger(".grampsgui")
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #
# GRAMPS Modules # Gramps Modules
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
from gramps.gen.config import config from gramps.gen.config import config
@ -193,7 +193,7 @@ def register_stock_icons ():
('gramps-zoom-best-fit', _('Fit Page'), Gdk.ModifierType.CONTROL_MASK, 0, ''), ('gramps-zoom-best-fit', _('Fit Page'), Gdk.ModifierType.CONTROL_MASK, 0, ''),
('gramps-citation', _('Citations'), Gdk.ModifierType.CONTROL_MASK, 0, ''), ('gramps-citation', _('Citations'), Gdk.ModifierType.CONTROL_MASK, 0, ''),
] ]
# the following icons are not yet in new directory structure #TODO# the following icons are not yet in new directory structure
# they should be ported in the near future # they should be ported in the near future
items_legacy = [ items_legacy = [
('gramps-export', _('Export'), Gdk.ModifierType.CONTROL_MASK, 0, ''), ('gramps-export', _('Export'), Gdk.ModifierType.CONTROL_MASK, 0, ''),
@ -365,7 +365,7 @@ def __startgramps(errors, argparser):
"by changing the last-view parameter.\n" "by changing the last-view parameter.\n"
), exc_info=True) ), exc_info=True)
# start GRAMPS, errors stop the gtk loop # start Gramps, errors stop the gtk loop
try: try:
quit_now = False quit_now = False
exit_code = 0 exit_code = 0
@ -412,7 +412,7 @@ def __startgramps(errors, argparser):
return False return False
def startgtkloop(errors, argparser): def startgtkloop(errors, argparser):
""" We start the gtk loop and run the function to start up GRAMPS """ We start the gtk loop and run the function to start up Gramps
""" """
if GObject.pygobject_version < (3, 10, 2): if GObject.pygobject_version < (3, 10, 2):
GObject.threads_init() GObject.threads_init()