meh part 2

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

View file

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