all repos — fluxbox @ 5a0d8f81a49e5e63d012d90b1be4a13650e6299e

custom fork of the fluxbox windowmanager

minor bug fix
fluxgen fluxgen
commit

5a0d8f81a49e5e63d012d90b1be4a13650e6299e

parent

66268661f3704f128ea11b183d5c84ac0e3f6af3

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

jump to
M src/FbTk/Resource.ccsrc/FbTk/Resource.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: Resource.cc,v 1.4 2003/12/19 18:25:39 fluxgen Exp $ +// $Id: Resource.cc,v 1.5 2004/01/19 18:26:04 fluxgen Exp $ #include "XrmDatabaseHelper.hh" #include "Resource.hh"

@@ -34,7 +34,7 @@

ResourceManager::ResourceManager(const char *filename, bool lock_db) : m_db_lock(0), m_database(0), - m_filename(filename) + m_filename(filename ? filename : "") { ensureXrmIsInitialize();