diff --git a/SparkleShare/Common/HTML/event-log.html b/SparkleShare/Common/HTML/event-log.html index 161a2286..1c9f2fef 100755 --- a/SparkleShare/Common/HTML/event-log.html +++ b/SparkleShare/Common/HTML/event-log.html @@ -61,7 +61,7 @@ } body { - background-color: #fff; + background-color: #fefefe; color: ; font-size: ; font-family: ; diff --git a/SparkleShare/Linux/SparkleStatusIcon.cs b/SparkleShare/Linux/SparkleStatusIcon.cs index 03ad1612..e52faff2 100644 --- a/SparkleShare/Linux/SparkleStatusIcon.cs +++ b/SparkleShare/Linux/SparkleStatusIcon.cs @@ -50,9 +50,8 @@ namespace SparkleShare { public SparkleStatusIcon () { #if HAVE_APP_INDICATOR - this.indicator = new ApplicationIndicator ("sparkleshare", - "process-syncing-i", Category.ApplicationStatus); - + this.indicator = new ApplicationIndicator ("sparkleshare", "sparkleshare", Category.ApplicationStatus); + this.indicator.IconName = "sparkleshare"; this.indicator.Status = Status.Active; #else this.status_icon = new StatusIcon ();