Temporary workaround for NAV constants
svn: r13961
This commit is contained in:
parent
6ae29de4f0
commit
c4a166af12
@ -25,10 +25,21 @@ Provide the database state class
|
|||||||
from gen.db import DbBsddbRead
|
from gen.db import DbBsddbRead
|
||||||
from gen.utils import Callback
|
from gen.utils import Callback
|
||||||
import config
|
import config
|
||||||
from gui.views.navigationview import (NAVIGATION_PERSON, NAVIGATION_FAMILY,
|
# FIXME: this brings in gtk
|
||||||
NAVIGATION_EVENT, NAVIGATION_PLACE,
|
#from gui.views.navigationview import (NAVIGATION_PERSON, NAVIGATION_FAMILY,
|
||||||
NAVIGATION_SOURCE, NAVIGATION_REPOSITORY,
|
# NAVIGATION_EVENT, NAVIGATION_PLACE,
|
||||||
NAVIGATION_MEDIA, NAVIGATION_NOTE)
|
# NAVIGATION_SOURCE, NAVIGATION_REPOSITORY,
|
||||||
|
# NAVIGATION_MEDIA, NAVIGATION_NOTE)
|
||||||
|
NAVIGATION_NONE = -1
|
||||||
|
NAVIGATION_PERSON = 0
|
||||||
|
NAVIGATION_FAMILY = 1
|
||||||
|
NAVIGATION_EVENT = 2
|
||||||
|
NAVIGATION_PLACE = 3
|
||||||
|
NAVIGATION_SOURCE = 4
|
||||||
|
NAVIGATION_REPOSITORY = 5
|
||||||
|
NAVIGATION_MEDIA = 6
|
||||||
|
NAVIGATION_NOTE = 7
|
||||||
|
|
||||||
ACTIVE_SIGNALS = ['person-active',
|
ACTIVE_SIGNALS = ['person-active',
|
||||||
'family-active',
|
'family-active',
|
||||||
'event-active',
|
'event-active',
|
||||||
|
Loading…
Reference in New Issue
Block a user