Complete.Org: Mailing Lists: Archives: offlineimap: January 2009:
[PATCH] fix about dialog
Home

[PATCH] fix about dialog

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: offlineimap@xxxxxxxxxxxx
Subject: [PATCH] fix about dialog
From: Christoph Höger <choeger@xxxxxxxxxxxxxxx>
Date: Fri, 16 Jan 2009 00:27:54 +0100

        * please attach to gnomeui branch
        * fix GnomeUIAboutDialog.open() to use 2 parameters
Signed-off-by: Christoph Höger <choeger@xxxxxxxxxxxxxxx>
---
 offlineimap/ui/Gnome.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/offlineimap/ui/Gnome.py b/offlineimap/ui/Gnome.py
index 1ed5940..72996de 100644
--- a/offlineimap/ui/Gnome.py
+++ b/offlineimap/ui/Gnome.py
@@ -87,7 +87,7 @@ class GnomeUIAboutDialog(gtk.AboutDialog):
                self.hide_all()
                self.closed.set()
 
-       def open(self):
+       def open(self, parent=None):
                self.ui.debug("GnomeUIAboutDialog.open()")
                self.show_all()
                self.closed.clear()
-- 
1.6.0.6

-- Attached file included as plaintext by Ecartis --
-- File: signature.asc
-- Desc: Dies ist ein digital signierter Nachrichtenteil

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABECAAYFAklvxncACgkQhMBO4cVSGS82HgCffvWYwbMuetO3WcrFzCnTz3tS
Mo8AnAuVfj6jBEaiUq9Lq3FRaaEJKIFM
=/Pyo
-----END PGP SIGNATURE-----




[Prev in Thread] Current Thread [Next in Thread]
  • [PATCH] fix about dialog, Christoph Höger <=