File names of avatars are now md5sums.

This commit is contained in:
lotodore
2007-09-08 21:43:15 +00:00
parent affdd62364
commit d3be07bb17
31 changed files with 34 additions and 26 deletions
+1
View File
@@ -111,6 +111,7 @@ int main( int argc, char **argv )
boost::shared_ptr<GuiInterface> myGuiInterface(new GuiWrapper(myConfig));
{
boost::shared_ptr<Session> session(new Session(myGuiInterface.get(), myConfig));
session->init(); // TODO handle error
myGuiInterface->setSession(session);
}