File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ public final class Gtk3Backend: AppBackend {
217
217
218
218
public func openExternalURL( _ url: URL ) throws {
219
219
// Used instead of gtk_uri_launcher_launch to maintain <4.10 compatibility
220
- gtk_show_uri ( nil , url. absoluteString, GDK_CURRENT_TIME)
220
+ gtk_show_uri ( nil , url. absoluteString, guint ( GDK_CURRENT_TIME) )
221
221
}
222
222
223
223
class ThreadActionContext {
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ public final class GtkBackend: AppBackend {
159
159
160
160
public func openExternalURL( _ url: URL ) throws {
161
161
// Used instead of gtk_uri_launcher_launch to maintain <4.10 compatibility
162
- gtk_show_uri ( nil , url. absoluteString, GDK_CURRENT_TIME)
162
+ gtk_show_uri ( nil , url. absoluteString, guint ( GDK_CURRENT_TIME) )
163
163
}
164
164
165
165
private func renderMenu(
You can’t perform that action at this time.
0 commit comments