[five-or-more/arnaudb/wip/gtk4: 4/29] Fix icon in Scores dialog.



commit 035fe625bebdca53a4fb845ff7670b042536977c
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Thu Mar 12 19:24:28 2020 +0100

    Fix icon in Scores dialog.
    
    Using new libgnome-games-support API.

 src/window.vala | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/window.vala b/src/window.vala
index 430b5d6..d58d731 100644
--- a/src/window.vala
+++ b/src/window.vala
@@ -88,7 +88,8 @@ private class GameWindow : Gtk.ApplicationWindow
                                                 this,
                                                 create_category_from_key,
                                                 Games.Scores.Style.POINTS_GREATER_IS_BETTER,
-                                                importer);
+                                                importer,
+                                                "org.gnome.five-or-more");
         game.game_over.connect (score_cb);
     }
 


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