[tomboy/gnome-2-28] Fix Mac and Windows build (bug #596395)



commit dd6b65e35a38823ff0695e00ebf668cf0003f028
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date:   Sat Sep 26 12:08:47 2009 -0700

    Fix Mac and Windows build (bug #596395)

 Tomboy/Tray.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/Tomboy/Tray.cs b/Tomboy/Tray.cs
index 174db53..eeeac32 100644
--- a/Tomboy/Tray.cs
+++ b/Tomboy/Tray.cs
@@ -2,7 +2,9 @@ using System;
 using System.Collections.Generic;
 using Mono.Unix;
 using System.Runtime.InteropServices;
+#if !WIN32 && !MAC
 using GtkBeans;
+#endif
 
 namespace Tomboy
 {



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