Hi,

Forwarding Burn's patch for trayicon issue

Thanks
Johnny


-------- Forwarded Message --------
From: GT <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Ifolder GTK/EGG fix
Date: Tue, 12 Dec 2006 15:36:43 +0100

Hello,

Here you have the fix you asked for on irc. :)


Kind regards,

Burn



ChangeLog : 

2006-12-12  Burn  <[EMAIL PROTECTED]>

        * iFolderApplication.cs: Fixed naming Egg/Gtk error.
Index: iFolderApplication.cs
===================================================================
--- iFolderApplication.cs	(revision 6460)
+++ iFolderApplication.cs	(working copy)
@@ -65,7 +65,7 @@
 		private Gdk.Pixbuf			DownloadingPixbuf;
 		private Gdk.Pixbuf			UploadingPixbuf;
 		private Gtk.EventBox		eBox;
-		private TrayIcon			tIcon;
+		private Egg.TrayIcon			tIcon;
 		private iFolderWebService	ifws;
 		private SimiasWebService	simws;
 		private iFolderData			ifdata;
@@ -141,7 +141,7 @@
 			
 			Util.SetQuitiFolderDelegate(new QuitiFolderDelegate(QuitiFolder));
 
-			tIcon = new TrayIcon("iFolder");
+			tIcon = new Egg.TrayIcon("iFolder");
 
 			currentIconAnimationDirection = 0;
 
2006-12-12  Burn  <[EMAIL PROTECTED]>

        * iFolderApplication.cs: Fixed naming Egg/Gtk error.
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 6459)
+++ ChangeLog	(working copy)
@@ -0,0 +1,3 @@
+2006-12-12  Burn  <[EMAIL PROTECTED]>
+
+        * iFolderApplication.cs: Fixed naming Egg/Gtk error.
_______________________________________________
ifolder-dev mailing list
[email protected]
http://forge.novell.com/mailman/listinfo/ifolder-dev

Reply via email to