+ favicon UI integration finished

This commit is contained in:
kelson42 2011-05-14 10:59:05 +00:00
parent 6ed6fbe171
commit acf0294e78
2 changed files with 6 additions and 1 deletions

View File

@ -77,6 +77,11 @@ namespace kiwix {
itr->indexType = book.indexType; itr->indexType = book.indexType;
} }
if (itr->faviconMimeType.empty()) {
itr->favicon = book.favicon;
itr->faviconMimeType = book.faviconMimeType;
}
return false; return false;
} }
} }

View File

@ -25,7 +25,7 @@
#include <string> #include <string>
#include <vector> #include <vector>
#define KIWIX_LIBRARY_VERSION "20110514" #define KIWIX_LIBRARY_VERSION "20110515"
using namespace std; using namespace std;