summaryrefslogtreecommitdiff
path: root/portato/gui/windows/main.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-03-26 01:21:11 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-03-26 01:21:11 +0100
commit8e0e6ab4c682fd18e59a46f720ceb566093b1e11 (patch)
treefb73ccb724b9c846d89215a733ff74eb2c3ff6ce /portato/gui/windows/main.py
parent88b2c8645553d3e80c5927f054e5dd2f22d6471b (diff)
downloadportato-8e0e6ab4c682fd18e59a46f720ceb566093b1e11.tar.gz
portato-8e0e6ab4c682fd18e59a46f720ceb566093b1e11.tar.bz2
portato-8e0e6ab4c682fd18e59a46f720ceb566093b1e11.zip
Added find_version plugin
Diffstat (limited to 'portato/gui/windows/main.py')
-rw-r--r--portato/gui/windows/main.py1
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)