This commit is contained in:
Hylke Bons 2011-06-12 03:06:00 +01:00
parent a0c4dbf53e
commit cb22f9f56e

View file

@ -239,7 +239,7 @@ namespace SparkleShare {
Title = "Show Recent Events"
};
if (SparkleShare.Controller.Folders.Count < 0) {
if (SparkleShare.Controller.Folders.Count < 1) {
RecentEventsMenuItem.Activated +=delegate {
InvokeOnMainThread (delegate {
NSApplication.SharedApplication.ActivateIgnoringOtherApps (true);