[Commits] (morgen) Found a couple missing arguments
commits at osafoundation.org
commits at osafoundation.org
Fri Oct 15 16:02:04 PDT 2004
Commit by: morgen
Modified files:
chandler/parcels/osaf/framework/sharing/Sharing.py 1.23 1.24
Log message:
Found a couple missing arguments
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/framework/sharing/Sharing.py.diff?r1=text&tr1=1.23&r2=text&tr2=1.24
Index: chandler/parcels/osaf/framework/sharing/Sharing.py
diff -u chandler/parcels/osaf/framework/sharing/Sharing.py:1.23 chandler/parcels/osaf/framework/sharing/Sharing.py:1.24
--- chandler/parcels/osaf/framework/sharing/Sharing.py:1.23 Fri Oct 8 18:04:24 2004
+++ chandler/parcels/osaf/framework/sharing/Sharing.py Fri Oct 15 16:02:03 2004
@@ -1,5 +1,5 @@
-__version__ = "$Revision: 1.23 $"
-__date__ = "$Date: 2004/10/09 01:04:24 $"
+__version__ = "$Revision: 1.24 $"
+__date__ = "$Date: 2004/10/15 23:02:03 $"
__copyright__ = "Copyright (c) 2004 Open Source Applications Foundation"
__license__ = "http://osafoundation.org/Chandler_0.1_license_terms.htm"
@@ -45,7 +45,7 @@
def _errorCallback(self, error):
# When we receive this event, display the error
application.dialogs.Util.ok( \
- Globals.wxApplication.mainFrame, error)
+ Globals.wxApplication.mainFrame, "Error", error)
def subscribeToWebDavCollection(url):
@@ -58,6 +58,7 @@
if collection is not None:
application.dialogs.Util.ok( \
Globals.wxApplication.mainFrame,
+ "Already subscribed",
"Already subscribed to collection '%s':\n"
"%s" % (collection.displayName, url))
return
More information about the Commits
mailing list