bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #26534] Cannot save files with Ink.app on Windows


From: Richard Frith-Macdonald
Subject: [bug #26534] Cannot save files with Ink.app on Windows
Date: Sat, 16 May 2009 19:17:28 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; en-us) AppleWebKit/525.28.3 (KHTML, like Gecko) Version/3.2.3 Safari/525.28.3

Update of bug #26534 (project gnustep):

                  Status:                    None => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #2:

This turned out to be a problem with Ink (well NSDocument based apps) using a
file URL, and the NSURL code in base not dealing specially with windows
paths.

If you created a URL of the form file://localhost/c:...  then [NSURL-path]
was returning /c:... which is obviously not the right value on windows.

I changed NSURL so that, if on windows, the result of -path looks like a
windows drive specifier preceeded by a slash, it returns the path without the
leading slash.
This fixes the problem in Ink.app on my system.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?26534>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]