summaryrefslogtreecommitdiff
path: root/portato/gui/qt
diff options
context:
space:
mode:
authornecoro <>2007-06-23 01:25:41 +0000
committernecoro <>2007-06-23 01:25:41 +0000
commit9c62e1535b7973d534ad6b82f287dd522f8d50a0 (patch)
treeb94d65d91fac4eca85fd49afc9b87df19676d41c /portato/gui/qt
parent383a61d2b0cda8ebbe46468bb1b40bddd608c1fb (diff)
downloadportato-9c62e1535b7973d534ad6b82f287dd522f8d50a0.tar.gz
portato-9c62e1535b7973d534ad6b82f287dd522f8d50a0.tar.bz2
portato-9c62e1535b7973d534ad6b82f287dd522f8d50a0.zip
added updatable dialog also for gtk
Diffstat (limited to 'portato/gui/qt')
-rw-r--r--portato/gui/qt/windows.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/gui/qt/windows.py b/portato/gui/qt/windows.py
index 2f8e3f9..f3fcef6 100644
--- a/portato/gui/qt/windows.py
+++ b/portato/gui/qt/windows.py
@@ -141,7 +141,7 @@ class SearchDialog (Window):
self.jumpTo(s)
class UpdateDialog (Window):
- """Dialog showing updateble packages."""
+ """Dialog showing updatable packages."""
__metaclass__ = WindowMeta
def __init__ (self, parent, packages, queue, jump_to):