[Commits] (morgen) Show the URL of the published collection
commits at osafoundation.org
commits at osafoundation.org
Mon Apr 18 12:29:27 PDT 2005
Commit by: morgen
Modified files:
chandler/parcels/osaf/framework/sharing/PublishCollection.py 1.2 1.3
Log message:
Show the URL of the published collection
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/framework/sharing/PublishCollection.py.diff?r1=text&tr1=1.2&r2=text&tr2=1.3
Index: chandler/parcels/osaf/framework/sharing/PublishCollection.py
diff -u chandler/parcels/osaf/framework/sharing/PublishCollection.py:1.2 chandler/parcels/osaf/framework/sharing/PublishCollection.py:1.3
--- chandler/parcels/osaf/framework/sharing/PublishCollection.py:1.2 Fri Apr 15 15:42:11 2005
+++ chandler/parcels/osaf/framework/sharing/PublishCollection.py Mon Apr 18 12:29:25 2005
@@ -125,6 +125,9 @@
share.put()
self._showStatus(" done.\n")
+ self._showStatus("URL of collection:\n")
+ self._showStatus("%s\n" % share.getLocation())
+
gotClipboard = wx.TheClipboard.Open()
if gotClipboard:
wx.TheClipboard.SetData(wx.TextDataObject(share.getLocation()))
More information about the Commits
mailing list