remove accidentally committed trial code
svn: r9408
This commit is contained in:
parent
ecfa4aa0c0
commit
97a720945f
@ -1,3 +1,9 @@
|
|||||||
|
2007-11-25 Jim Sack <jgsack@san.rr.com>
|
||||||
|
* src/gramps_main.py : remove trial code left in on last commit
|
||||||
|
the r9407 trial code may be of interest as it demos how I avoid
|
||||||
|
gui popups when doing CLI testing -- but I think there's probably
|
||||||
|
a cleaner way, and maybe it also deserves a CLI option.
|
||||||
|
|
||||||
2007-11-25 Jim Sack <jgsack@san.rr.com>
|
2007-11-25 Jim Sack <jgsack@san.rr.com>
|
||||||
* src/const.py.in : add USER_xxx for more centralization
|
* src/const.py.in : add USER_xxx for more centralization
|
||||||
* src/ViewManager.py : use const.USER_DOCGEN
|
* src/ViewManager.py : use const.USER_DOCGEN
|
||||||
|
@ -251,13 +251,6 @@ class Gramps:
|
|||||||
ah.handle_args()
|
ah.handle_args()
|
||||||
self.vm.post_init_interface()
|
self.vm.post_init_interface()
|
||||||
else:
|
else:
|
||||||
#jgs:
|
|
||||||
from GrampsLogger import GtkHandler
|
|
||||||
for h in log.parent.handlers:
|
|
||||||
if isinstance(h,GtkHandler):
|
|
||||||
log.parent.removeHandler(h)
|
|
||||||
break
|
|
||||||
#jgs:------------------------------
|
|
||||||
ah.handle_args()
|
ah.handle_args()
|
||||||
self.vm.post_init_interface()
|
self.vm.post_init_interface()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user