mirror of https://github.com/kiwix/libkiwix.git
+ favicon UI integration finished
This commit is contained in:
parent
6ed6fbe171
commit
acf0294e78
|
@ -77,6 +77,11 @@ namespace kiwix {
|
|||
itr->indexType = book.indexType;
|
||||
}
|
||||
|
||||
if (itr->faviconMimeType.empty()) {
|
||||
itr->favicon = book.favicon;
|
||||
itr->faviconMimeType = book.faviconMimeType;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#define KIWIX_LIBRARY_VERSION "20110514"
|
||||
#define KIWIX_LIBRARY_VERSION "20110515"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
Loading…
Reference in New Issue