Tray menu: Populate at start

This commit is contained in:
Markus Goetz 2013-11-14 15:38:08 +01:00
parent e8e27b61f6
commit a537a98f03

View File

@ -269,6 +269,9 @@ void ownCloudGui::setupContextMenu()
_contextMenu->addSeparator();
_contextMenu->addAction(_actionQuit);
// Populate once at start
slotRebuildRecentMenus();
}