[gnome-games/wip/exalm/handy: 2/2] main: stop using Hdy.init()



commit 2efb2a02ff69f4b4c094f0b69995eb4aa3079884
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date:   Sat Feb 16 19:06:36 2019 +0500

    main: stop using Hdy.init()
    
    It's deprecated in the new version of libhandy.

 src/main.vala | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/main.vala b/src/main.vala
index 493dad22..accb61fa 100644
--- a/src/main.vala
+++ b/src/main.vala
@@ -6,7 +6,6 @@ int main (string[] args) {
        Intl.textdomain (Config.GETTEXT_PACKAGE);
 
        Grl.init (ref args);
-       Hdy.init (ref args);
 
        var app = new Games.Application ();
        var result = app.run (args);


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