all repos — fluxbox @ 8a511aa1962d94983f64e5d2ac6269765185130e

custom fork of the fluxbox windowmanager

removed debug output
fluxgen fluxgen
commit

8a511aa1962d94983f64e5d2ac6269765185130e

parent

c60b20fda66cfe0e904d7ea865fa1e7c34b4dc8d

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

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

@@ -19,7 +19,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: FbWinFrame.cc,v 1.26 2003/06/05 13:09:08 fluxgen Exp $ +// $Id: FbWinFrame.cc,v 1.27 2003/06/13 21:00:18 fluxgen Exp $ #include "FbWinFrame.hh" #include "ImageControl.hh"

@@ -890,7 +890,6 @@ if (m_current_label != 0) {

if (label_pm) { m_current_label->setBackgroundPixmap(label_pm); - cerr<<"label_pm = "<<hex<<label_pm<<dec<<endl; } else m_current_label->setBackgroundColor(label_color); m_current_label->clear();