[gnome-boxes/wip/main-window: 1/3] app: Chain-up correctly



commit 47920cc9fc140d51f3e386771cd7c120786229cc
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Tue Feb 25 13:51:56 2014 +0000

    app: Chain-up correctly
    
    Fix a typo which made us chain-up to the wrong method of base class.

 src/app.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/app.vala b/src/app.vala
index b55d2de..96168b8 100644
--- a/src/app.vala
+++ b/src/app.vala
@@ -216,7 +216,7 @@ private class Boxes.App: Gtk.Application, Boxes.UI {
     }
 
     public override void activate () {
-        base.startup ();
+        base.activate ();
 
         setup_ui ();
         window.present ();


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