[Github-comments] Re: [geany/geany] Fix crash closing directory from the openfiles sidebar (PR #3535)

2023-10-08 Thread Colomban Wendling via Github-comments
Merged #3535 into master. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3535#event-10585470950 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Fix crash closing directory from the openfiles sidebar (PR #3535)

2023-10-06 Thread Jiří Techet via Github-comments
So, first, cool, one can close all files from one directory, I didn't know about that! I just had a look at the patch which seems to do the right thing and also tested it a bit. I wasn't able to reproduce the crash, just the incorrect closing of directories with the original version and the

[Github-comments] Re: [geany/geany] Fix crash closing directory from the openfiles sidebar (PR #3535)

2023-10-05 Thread Colomban Wendling via Github-comments
Anybody up for giving this a test spin? I'm running that daily, but a second opinion is always welcome :) -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3535#issuecomment-1749582325 You are receiving this because you are subscribed to this thread.

[Github-comments] Re: [geany/geany] Fix crash closing directory from the openfiles sidebar (PR #3535)

2023-08-05 Thread elextr via Github-comments
Not tested but seems ok in principle. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3535#issuecomment-137764 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Fix crash closing directory from the openfiles sidebar (PR #3535)

2023-07-31 Thread Colomban Wendling via Github-comments
@b4n pushed 1 commit. 35d556ede85efb358d1cac156dd0fc8d44b20201 Fix crash closing directory from the openfiles sidebar -- View it on GitHub: https://github.com/geany/geany/pull/3535/files/acce908d27017883a40e55332a20b3f5aa476f57..35d556ede85efb358d1cac156dd0fc8d44b20201 You are receiving this

[Github-comments] Re: [geany/geany] Fix crash closing directory from the openfiles sidebar (PR #3535)

2023-07-31 Thread Colomban Wendling via Github-comments
@b4n commented on this pull request. > @@ -1344,7 +1348,16 @@ static void on_openfiles_document_action(GtkMenuItem > *menuitem, gpointer user_da gint action = GPOINTER_TO_INT(user_data); if (gtk_tree_selection_get_selected(selection, , )) -