filebrowser: Don't change directory on project save
commit3e864317ba051512c102beb2a939caa4698515de
authorJiří Techet <techet@gmail.com>
Mon, 20 Feb 2017 15:17:17 +0000 (20 16:17 +0100)
committerMatthew Brush <mbrush@codebrainz.ca>
Fri, 4 Aug 2017 08:34:23 +0000 (4 01:34 -0700)
treefcb4d7fcb950f353d7faaff12504bdb28475258e
parente43c8d831445669bd94f960ff289bc1155668cd0
filebrowser: Don't change directory on project save

This behavior might be unwanted when changing project settings which
is unrelated to project base path and also fixes filebrowser behavior
with the updated way project-save signal is emitted.

The patch also handles the situation where "realized" is called after
project-save is called and overrides file browser's path (which is
something we don't want).
plugins/filebrowser.c