Skip to content

Commit

Permalink
Make this work again with gtk4 prior to 4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rhx committed Apr 26, 2024
1 parent 4d4d0aa commit 89a1c48
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Sources/Gtk/FileDialog.swift → Sources/Gtk/Gtk-4.0-4.10.cat
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
// Created by Rene Hexel on 24/1/2024.
// Copyright © 2024 Rene Hexel. All rights reserved.
//
import CGtk
import GtkCHelpers
import GLib
import GLibObject
import GIO
// import CGtk
// import GtkCHelpers
// import GLib
// import GLibObject
// import GIO

public extension FileDialogProtocol {
/// Open the file dialog.
Expand Down

0 comments on commit 89a1c48

Please sign in to comment.