I had this same problem and discovered that it was because the
"textDidChange" method in the window controller was handling both the remote
and local weblog paths in the same if statement, keyed off the local weblog
path only.
So if you change the remote weblog path, you have to then change the local
path (just add a space and remove it) to get both of the fields to "stick."
I submitted a diff to Michael with a fix to the bug.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=694530
I had this same problem and discovered that it was because the
"textDidChange" method in the window controller was handling both the remote
and local weblog paths in the same if statement, keyed off the local weblog
path only.
So if you change the remote weblog path, you have to then change the local
path (just add a space and remove it) to get both of the fields to "stick."
I submitted a diff to Michael with a fix to the bug.