ensure lgi loads Gtk 3

upstream-master
rolandlo 5 years ago committed by Roland Lötscher
parent 98808ff8a9
commit 412fc8e188
  1. 2
      plugins/MigrateFontSizes/main.lua

@ -27,7 +27,7 @@ function showDialog()
end
--lgi module has been found
local Gtk = lgi.Gtk
local Gtk = lgi.require("Gtk", "3.0")
local Gdk = lgi.Gdk
local assert = lgi.assert
local builder = Gtk.Builder()

Loading…
Cancel
Save