aboutsummaryrefslogtreecommitdiff
path: root/src/Toolbar.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-09-08 18:17:19 (GMT)
committerfluxgen <fluxgen>2003-09-08 18:17:19 (GMT)
commitaa13ddc1abe2ad7798c38c3901dae1034c71ad95 (patch)
tree7fc22ecd448af9480797bebf953368a61a448adb /src/Toolbar.cc
parent925f968a6af7765f3a37e54eb80483fb87e74449 (diff)
downloadfluxbox-aa13ddc1abe2ad7798c38c3901dae1034c71ad95.zip
fluxbox-aa13ddc1abe2ad7798c38c3901dae1034c71ad95.tar.bz2
minor fix
Diffstat (limited to 'src/Toolbar.cc')
-rw-r--r--src/Toolbar.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Toolbar.cc b/src/Toolbar.cc
index 0b657cd..c76b7bd 100644
--- a/src/Toolbar.cc
+++ b/src/Toolbar.cc
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Toolbar.cc,v 1.121 2003/08/30 01:02:09 fluxgen Exp $ 25// $Id: Toolbar.cc,v 1.122 2003/09/08 18:17:19 fluxgen Exp $
26 26
27#include "Toolbar.hh" 27#include "Toolbar.hh"
28 28
@@ -433,7 +433,8 @@ void Toolbar::reconfigure() {
433 item->button().setOnClick(showmenu); 433 item->button().setOnClick(showmenu);
434 m_item_list.push_back(item); 434 m_item_list.push_back(item);
435 } else if (*item_it == "iconbar") { 435 } else if (*item_it == "iconbar") {
436 m_item_list.push_back(new IconbarTool(frame.window, m_iconbar_theme, screen())); 436 m_item_list.push_back(new IconbarTool(frame.window, m_iconbar_theme,
437 screen(), menu()));
437 } else if (*item_it == "systemtray") { 438 } else if (*item_it == "systemtray") {
438 m_item_list.push_back(new SystemTray(frame.window)); 439 m_item_list.push_back(new SystemTray(frame.window));
439 } else if (*item_it == "clock") { 440 } else if (*item_it == "clock") {