diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-11-02 21:59:47 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-11-02 21:59:47 +0100 |
commit | c3bc1482872c4199114decd3a9f68b046433b5a0 (patch) | |
tree | 0ed910b921e46c706dfc415e120ac1f22f2f0a52 /portato/gui/windows | |
parent | 667747a0a9df9e6ad21bf7849a8e0ec80e4792f6 (diff) | |
download | portato-c3bc1482872c4199114decd3a9f68b046433b5a0.tar.gz portato-c3bc1482872c4199114decd3a9f68b046433b5a0.tar.bz2 portato-c3bc1482872c4199114decd3a9f68b046433b5a0.zip |
Merge in SQL stuff
Diffstat (limited to 'portato/gui/windows')
-rw-r--r-- | portato/gui/windows/main.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/portato/gui/windows/main.py b/portato/gui/windows/main.py index 8728d57..5a69e5b 100644 --- a/portato/gui/windows/main.py +++ b/portato/gui/windows/main.py @@ -596,7 +596,6 @@ class MainWindow (Window): # package db splash(_("Creating Database")) self.db = Database() - self.db.populate() # set plugins and plugin-menu splash(_("Loading Plugins")) |