[gnome-chess] Application: chain up in activate()



commit 724ddb0fb4efb7873d1dce96649b26984213e3fd
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Tue Feb 4 15:26:15 2014 -0600

    Application: chain up in activate()
    
    I think this might mean we weren't checking for remote instances. Not a
    huge deal in a single-instance app.

 src/gnome-chess.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gnome-chess.vala b/src/gnome-chess.vala
index 3e68dcc..1df0cf5 100644
--- a/src/gnome-chess.vala
+++ b/src/gnome-chess.vala
@@ -630,6 +630,7 @@ public class Application : Gtk.Application
 
     public override void activate ()
     {
+        base.activate ();
         window.show ();
     }
 


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