minor stuff
This commit is contained in:
parent
58c47cf714
commit
76b14e9c94
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
// $Id: fluxbox.cc,v 1.204 2003/12/04 21:31:02 fluxgen Exp $
|
// $Id: fluxbox.cc,v 1.205 2003/12/08 17:32:08 fluxgen Exp $
|
||||||
|
|
||||||
#include "fluxbox.hh"
|
#include "fluxbox.hh"
|
||||||
|
|
||||||
|
@ -985,7 +985,7 @@ void Fluxbox::handleButtonEvent(XButtonEvent &be) {
|
||||||
|
|
||||||
#ifdef USE_TOOLBAR
|
#ifdef USE_TOOLBAR
|
||||||
// hide toolbar that matches screen
|
// hide toolbar that matches screen
|
||||||
for (int toolbar = 0; toolbar < m_toolbars.size(); ++toolbar) {
|
for (size_t toolbar = 0; toolbar < m_toolbars.size(); ++toolbar) {
|
||||||
if (&(m_toolbars[toolbar]->screen()) == screen)
|
if (&(m_toolbars[toolbar]->screen()) == screen)
|
||||||
m_toolbars[toolbar]->menu().hide();
|
m_toolbars[toolbar]->menu().hide();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue