From e07b4962cfcbd35842bc1b1c973baa0bb263ea71 Mon Sep 17 00:00:00 2001 From: Nikos Roussos Date: Dec 03 2012 21:01:13 +0000 Subject: update to 0.9.9 --- diff --git a/.gitignore b/.gitignore index ad4f665..05592fb 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /sparkleshare-linux-0.9.4.tar.gz /sparkleshare-linux-0.9.6.tar.gz /sparkleshare-linux-0.9.8.tar.gz +/sparkleshare-linux-0.9.9.tar.gz diff --git a/sources b/sources index 865d4c6..35c2470 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3eac284a28663b1477ca8769f6f862cd sparkleshare-linux-0.9.8.tar.gz +ad2ee521ba8923bd2981b252298a41e5 sparkleshare-linux-0.9.9.tar.gz diff --git a/sparkleshare-0.9.9-trayicon.patch b/sparkleshare-0.9.9-trayicon.patch new file mode 100644 index 0000000..1db613e --- /dev/null +++ b/sparkleshare-0.9.9-trayicon.patch @@ -0,0 +1,19 @@ +--- sparkleshare-0.9.9/SparkleShare/Linux/SparkleStatusIcon.cs.orig 2012-12-03 22:06:24.612562435 +0200 ++++ sparkleshare-0.9.9/SparkleShare/Linux/SparkleStatusIcon.cs 2012-12-03 22:07:20.857353509 +0200 +@@ -38,11 +38,11 @@ + #else + private StatusIcon status_icon; + +- private Gdk.Pixbuf syncing_idle_image = SparkleUIHelpers.GetIcon ("sparkleshare", 24); +- private Gdk.Pixbuf syncing_up_image = SparkleUIHelpers.GetIcon ("process-syncing-up", 24); +- private Gdk.Pixbuf syncing_down_image = SparkleUIHelpers.GetIcon ("process-syncing-down", 24); +- private Gdk.Pixbuf syncing_image = SparkleUIHelpers.GetIcon ("process-syncing", 24); +- private Gdk.Pixbuf syncing_error_image = SparkleUIHelpers.GetIcon ("process-syncing-error", 24); ++ private Gdk.Pixbuf syncing_idle_image = SparkleUIHelpers.GetIcon ("sparkleshare", 48); ++ private Gdk.Pixbuf syncing_up_image = SparkleUIHelpers.GetIcon ("sparkleshare", 48); ++ private Gdk.Pixbuf syncing_down_image = SparkleUIHelpers.GetIcon ("sparkleshare", 48); ++ private Gdk.Pixbuf syncing_image = SparkleUIHelpers.GetIcon ("sparkleshare", 48); ++ private Gdk.Pixbuf syncing_error_image = SparkleUIHelpers.GetIcon ("sparkleshare", 48); + #endif + +