[gnome-nibbles/arnaudb/wip/gtk4: 46/62] Other small fix.



commit 7bbdbef53b45defa45e00f388f970a76ed0fdb0c
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Tue Jun 16 11:28:45 2020 +0200

    Other small fix.

 src/nibbles-window.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/nibbles-window.vala b/src/nibbles-window.vala
index 50d5331..b4d6c2a 100644
--- a/src/nibbles-window.vala
+++ b/src/nibbles-window.vala
@@ -470,7 +470,7 @@ private class NibblesWindow : ApplicationWindow
                 show_controls_screen ();
                 break;
             case "controls":
-                assert_not_reached ();
+                return; // happens in Gtk4, because the "speed" screen "Next" button continues to be 
clickable during the transition
             default:
                 return;
         }


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