[gnome-games/wip/exalm/unified-window: 38/60] shortcuts-window: Ensure GThemedIcon type
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games/wip/exalm/unified-window: 38/60] shortcuts-window: Ensure GThemedIcon type
- Date: Fri, 10 Apr 2020 14:41:43 +0000 (UTC)
commit 01d1d184502cb82058b93d92ae1aeaf926575d98
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]