-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GeanyLua: Fix geany.activate() #1234
base: master
Are you sure you want to change the base?
Conversation
LGBI and 👍 for fixing the doc. |
Forgive my curiosity :) Why not if (tab_idx >= 0) {
if (tab_idx != gtk_notebook_get_current_page(NOTEBOOK)) {
gtk_notebook_set_current_page(NOTEBOOK, tab_idx);
}
} ? |
I had misunderstood the comment. The conditional needed to be corrected from |
* Fix glspi_doc.c: glspi_activate() * Remove glspi_doc.c: doc_idx_to_tab_idx() * Fix documentation
db1cafc
to
17fe2b1
Compare
Any news? |
@xiota I meant
Yes, I understand, I just thought that an extra reminder in notifications would remind contributors once again about the unresolved issue. And I hope I wasn't too annoying :)) |
@Skif-off No problem. Might help to have additional confirmation that this PR is working as expected. You've tested it after the rebase? |
Hmm... I thought you tested it. Joke :)) |
Thanks for testing. Helpful for you to have checked in case I miss something else. After this is merged, please @ me if there is an issue or PR you'd like me to look at. |
Resolves #1229.