-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GTK4] FileDialog with SWT.MULTI causes crash
In GTK3 gtk_file_chooser_get_files returns a GSList* but in GTK4, it retruns a GListModel*. The rest of the computeResultChooserDialog function assumes that we are dealing with a GSList which is incorrect. The fix is to adapt to the correct calls when dealing with GListModel. Tested with Eclipse IDE in GTK4 and Snippet72. Signed-off-by: Joel Majano <[email protected]>
- Loading branch information
1 parent
f7a6d07
commit 99e4a4c
Showing
1 changed file
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters