aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormathias <mathias>2004-12-17 18:35:18 (GMT)
committermathias <mathias>2004-12-17 18:35:18 (GMT)
commit0096ce6ea968767d0e1953ba031ee81b2f0ce2f2 (patch)
treee778bf1a3ef50c2e857fa9e7b9ffb7b35e3c2154 /src
parentb5b285435437e3572838f75ed7a866376b3cebee (diff)
downloadfluxbox-0096ce6ea968767d0e1953ba031ee81b2f0ce2f2.zip
fluxbox-0096ce6ea968767d0e1953ba031ee81b2f0ce2f2.tar.bz2
called the wrong 'update' function for the sendtomenu
Diffstat (limited to 'src')
-rw-r--r--src/SendToMenu.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SendToMenu.cc b/src/SendToMenu.cc
index 2bdf7e3..9714423 100644
--- a/src/SendToMenu.cc
+++ b/src/SendToMenu.cc
@@ -61,7 +61,7 @@ SendToMenu::SendToMenu(FluxboxWindow &win):
61 61
62 disableTitle(); 62 disableTitle();
63 // build menu 63 // build menu
64 updateMenu(0); 64 update(0);
65} 65}
66 66
67void SendToMenu::update(FbTk::Subject *subj) { 67void SendToMenu::update(FbTk::Subject *subj) {