Skip to content

Commit 6f9cb8e

Browse files
committed
Make this work again with gtk4 prior to 4.10
1 parent 5c30d56 commit 6f9cb8e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Sources/Gtk/FileDialog.swift renamed to Sources/Gtk/Gtk-4.0-4.10.cat

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
// Created by Rene Hexel on 24/1/2024.
55
// Copyright © 2024 Rene Hexel. All rights reserved.
66
//
7-
import CGtk
8-
import GtkCHelpers
9-
import GLib
10-
import GLibObject
11-
import GIO
7+
// import CGtk
8+
// import GtkCHelpers
9+
// import GLib
10+
// import GLibObject
11+
// import GIO
1212

1313
public extension FileDialogProtocol {
1414
/// Open the file dialog.

0 commit comments

Comments
 (0)