[Ocfs2-tools-commits] manish commits r869 - trunk/ocfs2console/ocfs2interface

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Apr 29 21:58:32 CDT 2005


Author: manish
Date: 2005-04-29 21:58:31 -0500 (Fri, 29 Apr 2005)
New Revision: 869

Modified:
   trunk/ocfs2console/ocfs2interface/about.py
Log:
AboutDialog doesn't actually exist in pygtk 2.4.x


Modified: trunk/ocfs2console/ocfs2interface/about.py
===================================================================
--- trunk/ocfs2console/ocfs2interface/about.py	2005-04-29 21:54:24 UTC (rev 868)
+++ trunk/ocfs2console/ocfs2interface/about.py	2005-04-30 02:58:31 UTC (rev 869)
@@ -54,7 +54,7 @@
 
     from guiutil import set_props
 
-    if gtk.pygtk_version >= (2,4,0):
+    if gtk.pygtk_version >= (2,6,0):
         copyright = 'Copyright (C) 2002, 2005 Oracle.  All rights reserved.'
         license = '''
 This program is free software; you can redistribute it and/or



More information about the Ocfs2-tools-commits mailing list