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

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Apr 14 16:39:35 CDT 2005


Author: manish
Date: 2005-04-14 16:39:33 -0500 (Thu, 14 Apr 2005)
New Revision: 807

Modified:
   trunk/ocfs2console/ocfs2interface/bosa.py
Log:
Don't shadow destroy method


Modified: trunk/ocfs2console/ocfs2interface/bosa.py
===================================================================
--- trunk/ocfs2console/ocfs2interface/bosa.py	2005-04-14 21:13:32 UTC (rev 806)
+++ trunk/ocfs2console/ocfs2interface/bosa.py	2005-04-14 21:39:33 UTC (rev 807)
@@ -98,7 +98,7 @@
         else:
             self.make_empty_node()
 
-        self.connect('destroy', self.destroy)
+        self.connect('destroy', self.destroy_handler)
 
     def make_file_view(self):
         tv = gtk.TreeView(self.store)
@@ -151,7 +151,7 @@
 
             column += 1
 
-    def destroy(self, obj):
+    def destroy_handler(self, obj):
         pass
 
     def make_dentry_node(self, dentry, stock_id, parent=None):



More information about the Ocfs2-tools-commits mailing list