all repos — fluxbox @ 52b8cb7d3d8163a4346ce42e322f1faf03bf54d8

custom fork of the fluxbox windowmanager

minor fix for old gcc
fluxgen fluxgen
commit

52b8cb7d3d8163a4346ce42e322f1faf03bf54d8

parent

7833c00fdf5ce7c18a298158721a89b3904ff1a3

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

jump to
M src/fluxbox.ccsrc/fluxbox.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: fluxbox.cc,v 1.236 2004/03/23 09:19:57 fluxgen Exp $ +// $Id: fluxbox.cc,v 1.237 2004/04/05 18:31:51 fluxgen Exp $ #include "fluxbox.hh"

@@ -1772,7 +1772,7 @@ if (old_blackboxrc)

XrmDestroyDatabase(old_blackboxrc); ScreenList::iterator screen_it = m_screen_list.begin(); - const ScreenList::const_iterator screen_it_end = m_screen_list.end(); + ScreenList::iterator screen_it_end = m_screen_list.end(); for (; screen_it != screen_it_end; ++screen_it) load_rc(*(*screen_it));