Skip to content

Commit 9fc56e8

Browse files
authored
Merge pull request #415 from leigh123linux/GTK4
preview: Fix gtk import
2 parents 5e207e5 + 3c89c5f commit 9fc56e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nemo-preview/src/js/ui/fallbackRenderer.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
*
2626
*/
2727

28+
imports.gi.versions.Gtk = '3.0';
29+
2830
const Gio = imports.gi.Gio;
2931
const Gtk = imports.gi.Gtk;
3032
const GtkClutter = imports.gi.GtkClutter;

0 commit comments

Comments
 (0)