From bf5f999718f33e7cbe5f26f9b41ae320236eb0a7 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Mon, 24 Sep 2012 22:47:35 +0200 Subject: [PATCH] statusicon: Fix default icon on Ubuntu. #988 --- SparkleShare/Common/HTML/event-log.html | 2 +- SparkleShare/Linux/SparkleStatusIcon.cs | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) 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 ();