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 {
217217
218218 public func openExternalURL( _ url: URL ) throws {
219219 // 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) )
221221 }
222222
223223 class ThreadActionContext {
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ public final class GtkBackend: AppBackend {
159159
160160 public func openExternalURL( _ url: URL ) throws {
161161 // 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) )
163163 }
164164
165165 private func renderMenu(
You can’t perform that action at this time.
0 commit comments