[tasque/transition: 112/213] Fix wrong base method called in GtkApplication.cs



commit b72756ca2532cacf076eba2f584d5053230f3eff
Author: Antonius Riha <antoniusriha gmail com>
Date:   Thu Aug 16 13:59:32 2012 +0200

    Fix wrong base method called in GtkApplication.cs

 src/Tasque.Gtk/GtkApplication.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Tasque.Gtk/GtkApplication.cs b/src/Tasque.Gtk/GtkApplication.cs
index 9a1417c..cc21858 100644
--- a/src/Tasque.Gtk/GtkApplication.cs
+++ b/src/Tasque.Gtk/GtkApplication.cs
@@ -65,7 +65,7 @@ namespace Tasque
 				return true;
 			});
 			
-			base.Initialize ();
+			base.OnInitialize ();
 		}
 		
 		protected override void OnInitializeIdle ()



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