diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-03-26 01:21:11 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-03-26 01:21:11 +0100 |
commit | 8e0e6ab4c682fd18e59a46f720ceb566093b1e11 (patch) | |
tree | fb73ccb724b9c846d89215a733ff74eb2c3ff6ce /portato/gui | |
parent | 88b2c8645553d3e80c5927f054e5dd2f22d6471b (diff) | |
download | portato-8e0e6ab4c682fd18e59a46f720ceb566093b1e11.tar.gz portato-8e0e6ab4c682fd18e59a46f720ceb566093b1e11.tar.bz2 portato-8e0e6ab4c682fd18e59a46f720ceb566093b1e11.zip |
Added find_version plugin
Diffstat (limited to '')
-rw-r--r-- | portato/gui/windows/main.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/portato/gui/windows/main.py b/portato/gui/windows/main.py index 30f31a1..d459bb4 100644 --- a/portato/gui/windows/main.py +++ b/portato/gui/windows/main.py @@ -779,6 +779,7 @@ class MainWindow (Window): splash(_("Finishing startup")) self.window.show_all() + plugin.hook("after_startup")(lambda x:pass)() def show_package (self, *args, **kwargs): self.packageTable.update(*args, **kwargs) |