Skip to content
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.

Commit

Permalink
core: Restore full path to picture files
Browse files Browse the repository at this point in the history
  • Loading branch information
flynd committed Jan 27, 2013
1 parent f97248a commit 37b8cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion licq/src/contactlist/user.cpp
Expand Up @@ -101,7 +101,7 @@ User::User(const UserId& id, bool temporary)
filename += "/" + myId.accountId();
d->myConf.setFilename(filename + ".conf");
d->myHistory.setFile(gDaemon.baseDir() + filename + ".history");
myPictureFileName = filename + ".pic";
myPictureFileName = gDaemon.baseDir() + filename + ".pic";

if (m_bNotInList)
{
Expand Down

0 comments on commit 37b8cdb

Please sign in to comment.