Error when saving silently a remote sketch

Bug #1219443 reported by hilaire
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Dr. Geo
Fix Released
High
Unassigned

Bug Description

When the user saves a sketch remotely he just need to provide the name of the sketch and the name of the network share.
For later saving, he just need to click on the save icon.
When a sketch is remotely saved, this last feature does not work. I guess the the connection to the remote share need to be connected again.

Tags: file
tags: added: network
Revision history for this message
hilaire (hilaire-fernandes) wrote :

The following change should make it ok:

DrGeoPresenter>>saveFigure
 DrGDefault ifPremium: [
  resource
   ifNil: [self saveFigureAs]
   ifNotNil: [resource ensureConnection.
    self save: resource]]

Changed in drgeo:
milestone: none → 13.10
Changed in drgeo:
status: New → Fix Committed
tags: removed: network
Changed in drgeo:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.