PR #3125 (commit 22aac44) broke that accidentally by moving the
"switch to last used tab" to a idle callback (g_idle_add()). This
runs after opening files from the command line.

Now, the same callback is moved to libmain.c and is only registered
when there are no files from the command line.

Additionally, projects gains a private copy of the current_page loaded
from the keyfile.

Fixes #3210


You can view, comment on, or merge this pull request online at:

  https://github.com/geany/geany/pull/3267

Commit Summary

File Changes

(5 files)

Patch Links:


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3267@github.com>