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 |
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. |
|
@frlan Any chance you could take a look and merge? This fixes a bug that has been affecting at least a couple users. Thanks. |
|
So, the actual functional changes this is supposed to make is replace the buggy I don't know the plugin or Lua, but this looks (mostly) fine -- se review comments for the more questionable bits. |
|
@b4n Thank you for reviewing. I made the suggested changes. |
* Fix glspi_doc.c: glspi_activate() * Remove glspi_doc.c: doc_idx_to_tab_idx() * Fix documentation
|
I squashed the commits, and merged this, hopefully it's been tested well enough :) |
Resolves #1229.