This commit is contained in:
Hylke Bons 2010-05-23 21:29:22 +01:00
parent 106ba6b7ab
commit 16830168a4
2 changed files with 3 additions and 0 deletions

View file

@ -144,6 +144,8 @@ namespace SparkleShare {
Pixbuf = SparkleHelpers.GetIcon ("folder-sparkleshare", 24);
}
// TODO: There are UI freezes when switching back and forth
// bewteen syncing and idle state
public void SetSyncingState () {
int CycleDuration = 250;

View file

@ -91,6 +91,7 @@ namespace SparkleShare {
i++;
// Attach emblems
// TODO: emblems don't work in nautilus
switch (SparklePlatform.Name) {
case "GNOME":
Process.StartInfo.FileName = "gvfs-set-attribute";