예제 #1
0
파일: ui.py 프로젝트: ErfanBagheri/starcal
def init():
    core.init()
    #### Load accounts, groups and trash? FIXME
    eventAccounts.load()
    eventGroups.load()
    eventTrash.load()
    ####
    event_lib.saveLastIds()
예제 #2
0
파일: ui.py 프로젝트: ilius/starcal2
def init():
    global todayCell, cell
    core.init()
    #### Load accounts, groups and trash? FIXME
    eventAccounts.load()
    eventGroups.load()
    eventTrash.load()
    ####
    todayCell = cell = cellCache.getTodayCell()  ## FIXME
예제 #3
0
파일: ui.py 프로젝트: amirkarimi/starcal
def init():
    global todayCell, cell
    core.init()
    #### Load accounts, groups and trash? FIXME
    eventAccounts.load()
    eventGroups.load()
    eventTrash.load()
    ####
    todayCell = cell = cellCache.getTodayCell() ## FIXME
예제 #4
0
파일: ui.py 프로젝트: Noori/starcal
def init():
    core.init()
    #### Load accounts, groups and trash? FIXME
    eventAccounts.load()
    eventGroups.load()
    eventTrash.load()