diff --git a/News.txt b/News.txt index fd50cf45..3bff5374 100755 --- a/News.txt +++ b/News.txt @@ -1,4 +1,15 @@ -0.9.3 for Linux, Mac and Windows (??? 2012) +0.9.4 for Linux, Mac and Windows (Fri Oct 19 2012) + + Hylke: + - Remove Nautilus extension + - Restore previous revisions of files from the event log + - Fix Mac file system watcher not always triggering + - Add symbolic icon for GNOME 3 (by Lapo) + - New Bitbucket and default user icon + - For encrypted projects, use a different salt for each project + + +0.9.3 for Linux, Mac and Windows (Mon Oct 1 2012) Hylke: - Fix endless loop when adding empty folders diff --git a/SparkleShare/Mac/SparkleStatusIcon.cs b/SparkleShare/Mac/SparkleStatusIcon.cs index 126e8df2..b8da56a3 100755 --- a/SparkleShare/Mac/SparkleStatusIcon.cs +++ b/SparkleShare/Mac/SparkleStatusIcon.cs @@ -76,13 +76,13 @@ namespace SparkleShare { this.syncing_idle_image = new NSImage (Path.Combine (NSBundle.MainBundle.ResourcePath, "Pixmaps", "process-syncing-idle.png")); this.syncing_up_image = new NSImage (Path.Combine (NSBundle.MainBundle.ResourcePath, "Pixmaps", "process-syncing-up.png")); this.syncing_down_image = new NSImage (Path.Combine (NSBundle.MainBundle.ResourcePath, "Pixmaps", "process-syncing-down.png")); - this.syncing_image = new NSImage (Path.Combine (NSBundle.MainBundle.ResourcePath, "Pixmaps", "process-syncing.png")); + this.syncing_image = new NSImage (Path.Combine (NSBundle.MainBundle.ResourcePath, "Pixmaps", "process-syncing.png")); this.syncing_error_image = new NSImage (Path.Combine (NSBundle.MainBundle.ResourcePath, "Pixmaps", "process-syncing-error.png")); this.syncing_idle_image_active = new NSImage (Path.Combine (NSBundle.MainBundle.ResourcePath, "Pixmaps", "process-syncing-idle-active.png")); this.syncing_up_image_active = new NSImage (Path.Combine (NSBundle.MainBundle.ResourcePath, "Pixmaps", "process-syncing-up-active.png")); this.syncing_down_image_active = new NSImage (Path.Combine (NSBundle.MainBundle.ResourcePath, "Pixmaps", "process-syncing-down-active.png")); - this.syncing_image_active = new NSImage (Path.Combine (NSBundle.MainBundle.ResourcePath, "Pixmaps", "process-syncing-active.png")); + this.syncing_image_active = new NSImage (Path.Combine (NSBundle.MainBundle.ResourcePath, "Pixmaps", "process-syncing-active.png")); this.syncing_error_image_active = new NSImage (Path.Combine (NSBundle.MainBundle.ResourcePath, "Pixmaps", "process-syncing-error-active.png")); this.status_item.Image = this.syncing_idle_image; diff --git a/SparkleShare/Windows/SparkleEventLog.cs b/SparkleShare/Windows/SparkleEventLog.cs index c4722c76..9f6aa473 100644 --- a/SparkleShare/Windows/SparkleEventLog.cs +++ b/SparkleShare/Windows/SparkleEventLog.cs @@ -105,7 +105,6 @@ namespace SparkleShare { this.web_browser.ObjectForScripting = new SparkleScriptingObject (); - spinner = new SparkleSpinner (22); // Disable annoying IE clicking sound