summaryrefslogtreecommitdiff
path: root/plugins/package_details.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-07-05 03:55:44 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-07-05 03:55:44 +0200
commit14725b447adaa7055243ed9fc374ed94e85df9ad (patch)
tree21640b48b482a908dc1be3254b00578df053fbc3 /plugins/package_details.py
parent15f98dc02d9914164494a860a95bd83b7e8958ef (diff)
downloadportato-14725b447adaa7055243ed9fc374ed94e85df9ad.tar.gz
portato-14725b447adaa7055243ed9fc374ed94e85df9ad.tar.bz2
portato-14725b447adaa7055243ed9fc374ed94e85df9ad.zip
Sort plugins in the window
Diffstat (limited to '')
-rw-r--r--plugins/package_details.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/package_details.py b/plugins/package_details.py
index 044cb54..3c96cf6 100644
--- a/plugins/package_details.py
+++ b/plugins/package_details.py
@@ -54,6 +54,7 @@ class ScrolledDetail (Detail):
class ChangelogDetail (ScrolledDetail):
__description__ = _("Shows the Changelog of a package")
+ __name__ = "Detail: Changelog"
_widget_name_ = _("Changelog")
def widget_init (self):
@@ -65,6 +66,7 @@ class ChangelogDetail (ScrolledDetail):
class EbuildDetail (ScrolledDetail):
__description__ = _("Shows the ebuild of a package")
+ __name__ = "Detail: Ebuild"
_widget_name_ = _("Ebuild")
def widget_init(self):
@@ -73,6 +75,7 @@ class EbuildDetail (ScrolledDetail):
class FilesDetail (ScrolledDetail):
__description__ = _("Shows the installed files of a package")
+ __name__ = "Detail: Files"
_widget_name_ = _("Files")
def widget_init (self):
@@ -88,6 +91,7 @@ class FilesDetail (ScrolledDetail):
class DependencyDetail (ScrolledDetail):
__description__ = _("Shows the dependencies of a package")
+ __name__ = "Detail: Dependency"
_widget_name_ = _("Dependencies")
def widget_init (self):