[swell-foop/arnaudb/wip/gtk4: 23/37] Comment a headerbar stuff.



commit 31ce5d9a05198ca2e5799a56e433bd1b7480daa4
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 528dbcd..1503e19 100644
--- a/src/window.vala
+++ b/src/window.vala
@@ -169,7 +169,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]