meh part 2

This commit is contained in:
Hylke Bons 2011-06-12 03:07:29 +01:00
parent 3369b351e7
commit d9a2580d31

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);