Skip to content
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

[GTK4] FileDialog with SWT.MULTI causes crash #345

Merged

Commits on Sep 3, 2022

  1. [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]>
    joel-majano authored and akurtakov committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    99e4a4c View commit details
    Browse the repository at this point in the history