Skip to content

Commit

Permalink
update news
Browse files Browse the repository at this point in the history
  • Loading branch information
hbons committed Oct 19, 2012
1 parent 0afd425 commit e985f22
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
13 changes: 12 additions & 1 deletion 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
Expand Down
4 changes: 2 additions & 2 deletions SparkleShare/Mac/SparkleStatusIcon.cs
Expand Up @@ -76,13 +76,13 @@ public SparkleStatusIcon () : base ()
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;
Expand Down
1 change: 0 additions & 1 deletion SparkleShare/Windows/SparkleEventLog.cs
Expand Up @@ -105,7 +105,6 @@ public SparkleEventLog ()
this.web_browser.ObjectForScripting = new SparkleScriptingObject ();



spinner = new SparkleSpinner (22);

// Disable annoying IE clicking sound
Expand Down

0 comments on commit e985f22

Please sign in to comment.