GNOME Bugzilla – Bug 356980
Remember uri for file chooser
Last modified: 2006-09-30 23:46:46 UTC
1. open a pdf in evince using nautilus/commandline (not using the open dialog) 2. open the open dialog (ctrl-o) Expected: 3. directory of the currently open pdf file shows up Actual: 3. home directory shows up
Created attachment 73117 [details] [review] Proposed fix If the file dialog has not been used before, the uri of the currently document is used. Special care has been taken not to set it when no document is loaded. Let me know if this can be committed.
2006-10-01 Wouter Bolsterlee <wbolster@gnome.org> * shell/ev-window.c: (ev_window_cmd_file_open): Make the open dialog fall back to the current document uri if the filechooser hasn't been used before. Fixes bug #356980.