Skip to content

Commit

Permalink
statusicon: fix icon names on Ubuntu
Browse files Browse the repository at this point in the history
Conflicts:

	SparkleShare/Linux/SparkleStatusIcon.cs
  • Loading branch information
hbons committed Oct 15, 2012
1 parent c036868 commit c3c469b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SparkleShare/Linux/SparkleStatusIcon.cs
Expand Up @@ -51,7 +51,7 @@ public SparkleStatusIcon ()
#if HAVE_APP_INDICATOR
this.indicator = new ApplicationIndicator ("sparkleshare", "sparkleshare", Category.ApplicationStatus);
this.indicator.IconName = "process-syncing-idle";
this.indicator.Status = Status.Active;
this.indicator.Status = Status.Active;
#else
this.status_icon = new StatusIcon ();
this.status_icon.Pixbuf = this.syncing_idle_image;
Expand Down

0 comments on commit c3c469b

Please sign in to comment.