[Commits] (morgen) Removing the default value for the "manual
subscribe to collection" test dialog.
commits at osafoundation.org
commits at osafoundation.org
Wed Oct 20 12:23:06 PDT 2004
Commit by: morgen
Modified files:
chandler/parcels/osaf/framework/sharing/Sharing.py 1.25 1.26
Log message:
Removing the default value for the "manual subscribe to collection" test dialog.
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/framework/sharing/Sharing.py.diff?r1=text&tr1=1.25&r2=text&tr2=1.26
Index: chandler/parcels/osaf/framework/sharing/Sharing.py
diff -u chandler/parcels/osaf/framework/sharing/Sharing.py:1.25 chandler/parcels/osaf/framework/sharing/Sharing.py:1.26
--- chandler/parcels/osaf/framework/sharing/Sharing.py:1.25 Mon Oct 18 13:05:00 2004
+++ chandler/parcels/osaf/framework/sharing/Sharing.py Wed Oct 20 12:23:05 2004
@@ -1,5 +1,5 @@
-__version__ = "$Revision: 1.25 $"
-__date__ = "$Date: 2004/10/18 20:05:00 $"
+__version__ = "$Revision: 1.26 $"
+__date__ = "$Date: 2004/10/20 19:23:05 $"
__copyright__ = "Copyright (c) 2004 Open Source Applications Foundation"
__license__ = "http://osafoundation.org/Chandler_0.1_license_terms.htm"
@@ -91,7 +91,7 @@
url = application.dialogs.Util.promptUser( \
Globals.wxApplication.mainFrame, "Subscribe to Collection...",
- "Collection URL:", "http://code-bear.com/dav/test_item_collection")
+ "Collection URL:", "")
if url is not None:
subscribeToWebDavCollection(url)
More information about the Commits
mailing list