[iagno] Oops.



commit eb267321ef291ecf7118b3f64a24bb660322e3c3
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Fri Dec 6 00:16:16 2019 +0100

    Oops.

 src/iagno.vala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/iagno.vala b/src/iagno.vala
index 12c7522..3f7464b 100644
--- a/src/iagno.vala
+++ b/src/iagno.vala
@@ -878,10 +878,10 @@ private class Iagno : Gtk.Application, BaseApplication
     private void set_window_title ()
     {
         /* Translators: name of one of the games, as displayed in the headerbar when playing */
-        window.set_title (game.reverse ? _("Reverse Reversi")
+        window.update_title (game.reverse ? _("Reverse Reversi")
 
         /* Translators: name of one of the games, as displayed in the headerbar when playing */
-                                       : _("Classic Reversi"));
+                                          : _("Classic Reversi"));
     }
 
     /*\


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