[tasque/transition: 106/213] Account for renaming of NativeApplication to Application in Program.cs
- From: Antonius Riha <antoniusri src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tasque/transition: 106/213] Account for renaming of NativeApplication to Application in Program.cs
- Date: Wed, 29 Aug 2012 18:42:56 +0000 (UTC)
commit b6cd50d1c61b943d67b8fdcab06f6a24a7401007
Author: Antonius Riha <antoniusriha gmail com>
Date: Thu Aug 16 13:52:16 2012 +0200
Account for renaming of NativeApplication to Application in Program.cs
src/tasque/Program.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/tasque/Program.cs b/src/tasque/Program.cs
index 8900bb6..de2d3ff 100644
--- a/src/tasque/Program.cs
+++ b/src/tasque/Program.cs
@@ -33,9 +33,9 @@ namespace Tasque
{
class Program
{
- static NativeApplication CreateApplication ()
+ static Application CreateApplication ()
{
- NativeApplication app;
+ Application app;
#if OSX
app = new OSXApplication ();
#elif GTKWIN
@@ -108,7 +108,7 @@ namespace Tasque
}
}
- static NativeApplication application;
+ static Application application;
static object lockObject = new object ();
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]