called the wrong 'update' function for the sendtomenu

This commit is contained in:
mathias 2004-12-17 18:35:18 +00:00
parent b5b2854354
commit 0096ce6ea9

View file

@ -61,7 +61,7 @@ SendToMenu::SendToMenu(FluxboxWindow &win):
disableTitle();
// build menu
updateMenu(0);
update(0);
}
void SendToMenu::update(FbTk::Subject *subj) {