all repos — fluxbox @ 2de46c7adeaf602923e459da51dcfd342e1e15cd

custom fork of the fluxbox windowmanager

fixed pixmap bug
fluxgen fluxgen
commit

2de46c7adeaf602923e459da51dcfd342e1e15cd

parent

eb7ff98f6af6feb8ff6f4122b978a3ff1a180e2f

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

jump to
M src/FbTk/Theme.ccsrc/FbTk/Theme.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: Theme.cc,v 1.13 2003/08/22 22:17:30 fluxgen Exp $ +// $Id: Theme.cc,v 1.14 2003/08/28 14:18:36 fluxgen Exp $ #include "Theme.hh"

@@ -132,6 +132,7 @@

std::auto_ptr<PixmapWithMask> pm(Image::load(pixmap_name, m_tm.screenNum())); if (pm.get() == 0) { cerr<<"Resource("<<name()+".pixmap"<<"): Failed to load image: "<<pixmap_name<<endl; + m_value.pixmap() = 0; } else m_value.pixmap() = pm->pixmap().release(); }