[tomboy] Minor cleanup for identifying libgnome usage



commit b0055e5bd4b45a80c9b734418c0bbd066d467145
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date:   Sun Jun 20 07:15:01 2010 -0700

    Minor cleanup for identifying libgnome usage

 Tomboy/Tomboy.cs |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/Tomboy/Tomboy.cs b/Tomboy/Tomboy.cs
index 678bd17..efd204e 100644
--- a/Tomboy/Tomboy.cs
+++ b/Tomboy/Tomboy.cs
@@ -4,8 +4,6 @@ using System.IO;
 using System.Xml;
 using Mono.Unix;
 
-using Gnome;
-
 using Tomboy.Sync;
 
 namespace Tomboy
@@ -179,7 +177,7 @@ namespace Tomboy
 			// This will block if there is no existing instance running
 #if !WIN32 && !MAC
 #if PANEL_APPLET
-			PanelAppletFactory.Register (typeof (TomboyApplet));
+			Gnome.PanelAppletFactory.Register (typeof (TomboyApplet));
 #endif
 #endif
 		}



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