[gnome-games/wip/exalm/cleanups: 2/10] application: Make set_pause_loading not async



commit dde15f2a7d5a5c8515c4d8ea43348ec7e34ec302
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date:   Mon Feb 25 14:44:05 2019 +0500

    application: Make set_pause_loading not async
    
    It was causing a compile-time warning.

 src/ui/application.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/ui/application.vala b/src/ui/application.vala
index 4dcecb6c..31268361 100644
--- a/src/ui/application.vala
+++ b/src/ui/application.vala
@@ -348,7 +348,7 @@ public class Games.Application : Gtk.Application {
                        window.loading_notification = false;
        }
 
-       public async void set_pause_loading (bool paused) {
+       public void set_pause_loading (bool paused) {
                game_collection.paused = paused;
 
                load_game_list.begin ();


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