mirror of
https://github.com/gryf/pygtktalog.git
synced 2025-12-17 19:40:21 +01:00
* Fixed bug with no-displayed preferences window.
This commit is contained in:
@@ -4,6 +4,8 @@ import utils._importer
|
||||
import utils.globals
|
||||
from gtkmvc import Model
|
||||
|
||||
from models.m_config import ConfigModel
|
||||
|
||||
class MainModel(Model):
|
||||
"""Our model contains a numeric counter and a numeric value that
|
||||
holds the value that the counter must be assigned to when we the
|
||||
@@ -13,6 +15,8 @@ class MainModel(Model):
|
||||
|
||||
def __init__(self):
|
||||
Model.__init__(self)
|
||||
self.config = ConfigModel()
|
||||
self.config.load()
|
||||
return
|
||||
|
||||
pass # end of class
|
||||
|
||||
Reference in New Issue
Block a user