ScreenSaver, small code simplication.

kMsgSaverSelected is the already the invokation message
This commit is contained in:
John Scipione
2013-11-14 23:30:24 -05:00
parent 0f1162d27e
commit 60c0a74844
@@ -593,7 +593,7 @@ void
ModulesView::AllAttached()
{
PopulateScreenSaverList();
fScreenSaversListView->Invoke(new BMessage(kMsgSaverSelected));
fScreenSaversListView->Invoke();
}