[swell-foop/arnaudb/wip/gtk4: 21/28] Comment a headerbar stuff.



commit 75e9d226c9b551d9f4f475fcdf23c73e82cae3dc
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Tue May 12 21:37:18 2020 +0200

    Comment a headerbar stuff.

 src/window.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/window.vala b/src/window.vala
index 74511de..6eacd85 100644
--- a/src/window.vala
+++ b/src/window.vala
@@ -166,7 +166,7 @@ private class SwellFoopWindow : ApplicationWindow
             score = game.score;
 
         /* Translators: subtitle of the headerbar; the %u is replaced by the score */
-        headerbar.subtitle = _("Score: %u").printf (score);
+//        headerbar.subtitle = _("Score: %u").printf (score);
     }
 
     private void complete_cb ()


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