[gnome-games/wip/exalm/unified-window: 3/26] shortcuts-window: Ensure GThemedIcon type



commit 7680c6efd71bc3fc802b5113c63c4afde7c38a8f
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Fri Apr 10 18:47:51 2020 +0500

    shortcuts-window: Ensure GThemedIcon type

 src/ui/shortcuts-window.vala | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/src/ui/shortcuts-window.vala b/src/ui/shortcuts-window.vala
index d5376b06..54cf0bbc 100644
--- a/src/ui/shortcuts-window.vala
+++ b/src/ui/shortcuts-window.vala
@@ -5,6 +5,10 @@ private class Games.ShortcutsWindow : Gtk.ShortcutsWindow {
        [GtkChild]
        private Gtk.ShortcutsShortcut general_shortcut_alt_left;
 
+       static construct {
+               typeof (ThemedIcon).ensure ();
+       }
+
        construct {
                update_direction ();
        }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]