[tasque/transition: 113/213] Implement abstract memeber ShowMainWindow in GtkApplication



commit d27380b64df27a986c00d016d991ae7dd93a577e
Author: Antonius Riha <antoniusriha gmail com>
Date:   Thu Aug 16 14:00:14 2012 +0200

    Implement abstract memeber ShowMainWindow in GtkApplication

 src/Tasque.Gtk/GtkApplication.cs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/Tasque.Gtk/GtkApplication.cs b/src/Tasque.Gtk/GtkApplication.cs
index cc21858..8e61c6f 100644
--- a/src/Tasque.Gtk/GtkApplication.cs
+++ b/src/Tasque.Gtk/GtkApplication.cs
@@ -119,6 +119,11 @@ namespace Tasque
 			preferencesDialog.Present ();
 		}
 		
+		protected override void ShowMainWindow ()
+		{
+			TaskWindow.ShowWindow ();
+		}
+		
 		protected override void OnBackendChanged ()
 		{
 			if (backendWasNullBeforeChange)



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