show whole eventlist when unselecting all users

This commit is contained in:
Hylke Bons 2010-05-18 22:01:39 +01:00
parent 92407b2e83
commit 87c78f7e05
2 changed files with 2 additions and 2 deletions

View file

@ -89,7 +89,7 @@ namespace SparkleShare {
}
public void SetIdleState () {
IconName = "folder-synced";
IconName = "folder-sparkleshare";
}
public void SetSyncingState () {

View file

@ -294,7 +294,7 @@ namespace SparkleShare {
if (PeopleView.SelectedItems.Length > 0) {
PeopleStore.GetIter (out Iter, PeopleView.SelectedItems [0]);
SelectedEmail = (string) PeopleStore.GetValue (Iter, 2);
}
} else SelectedEmail = "";
UpdateEventLog ();
};