all repos — fluxbox @ aa13ddc1abe2ad7798c38c3901dae1034c71ad95

custom fork of the fluxbox windowmanager

minor fix
fluxgen fluxgen
commit

aa13ddc1abe2ad7798c38c3901dae1034c71ad95

parent

925f968a6af7765f3a37e54eb80483fb87e74449

1 files changed, 3 insertions(+), 2 deletions(-)

jump to
M src/Toolbar.ccsrc/Toolbar.cc

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Toolbar.cc,v 1.121 2003/08/30 01:02:09 fluxgen Exp $ +// $Id: Toolbar.cc,v 1.122 2003/09/08 18:17:19 fluxgen Exp $ #include "Toolbar.hh"

@@ -433,7 +433,8 @@ RefCount<Command> showmenu(new ShowMenuAboveToolbar(*this));

item->button().setOnClick(showmenu); m_item_list.push_back(item); } else if (*item_it == "iconbar") { - m_item_list.push_back(new IconbarTool(frame.window, m_iconbar_theme, screen())); + m_item_list.push_back(new IconbarTool(frame.window, m_iconbar_theme, + screen(), menu())); } else if (*item_it == "systemtray") { m_item_list.push_back(new SystemTray(frame.window)); } else if (*item_it == "clock") {