[gnome-robots/arnaudb/wip/gtk4: 24/34] Comment for now a HeaderBar thing.



commit 18a813475f3ca569232c19e4c72c3096d934b53b
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Mon May 25 19:35:12 2020 +0200

    Comment for now a HeaderBar thing.

 src/gnome-robots.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gnome-robots.c b/src/gnome-robots.c
index de4bd37..185bb2f 100644
--- a/src/gnome-robots.c
+++ b/src/gnome-robots.c
@@ -154,7 +154,7 @@ update_game_status (gint score, gint current_level, gint safes)
 
   /* Window subtitle. The first %d is the level, the second is the score. \t creates a tab. */
   subtitle = g_strdup_printf (_("Level: %d\tScore: %d"), current_level, score);
-  gtk_header_bar_set_subtitle (GTK_HEADER_BAR (headerbar), subtitle);
+/*  gtk_header_bar_set_subtitle (GTK_HEADER_BAR (headerbar), subtitle);*/
   g_free (subtitle);
 
   safe_teleports = safes;


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