called the wrong 'update' function for the sendtomenu
This commit is contained in:
parent
b5b2854354
commit
0096ce6ea9
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ SendToMenu::SendToMenu(FluxboxWindow &win):
|
|||
|
||||
disableTitle();
|
||||
// build menu
|
||||
updateMenu(0);
|
||||
update(0);
|
||||
}
|
||||
|
||||
void SendToMenu::update(FbTk::Subject *subj) {
|
||||
|
|
Loading…
Reference in a new issue