[gnome-klotski] Remove a warning.



commit ed98acc3c3648af05b5106a644fe7ec1831ab733
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Sun May 10 10:52:56 2020 +0200

    Remove a warning.

 src/klotski-window.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/klotski-window.vala b/src/klotski-window.vala
index cc16261..0b6c9bf 100644
--- a/src/klotski-window.vala
+++ b/src/klotski-window.vala
@@ -1075,7 +1075,7 @@ private class KlotskiWindow : ApplicationWindow
                 about_cb ();
                 return true;
             }
-            return false;
+         // return false;
         }
         if (name == "F10")  // Gtk handles badly having F10 and Ctrl-F10 as actions shortcuts
         {


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