all repos — fluxbox @ c64ffad647e6a92161fc1874f25d1e8c01580b01

custom fork of the fluxbox windowmanager

fixed minor copy bug
fluxgen fluxgen
commit

c64ffad647e6a92161fc1874f25d1e8c01580b01

parent

631729ddfc7ac405b1e1029f7c082d774fdc9fd5

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

jump to
M src/FbTk/Color.ccsrc/FbTk/Color.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: Color.cc,v 1.4 2003/02/23 01:09:20 fluxgen Exp $ +// $Id: Color.cc,v 1.5 2003/08/11 23:39:28 fluxgen Exp $ #include "Color.hh"

@@ -46,7 +46,7 @@ m_screen(0) {

} -Color::Color(const Color &col_copy) { +Color::Color(const Color &col_copy):m_allocated(false), m_screen(0) { copy(col_copy); }