summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9374eea)
raw | patch | inline | side by side (parent: 9374eea)
author | JazzyNico <nicoduf@yahoo.fr> | |
Mon, 31 Jan 2011 21:29:13 +0000 (22:29 +0100) | ||
committer | JazzyNico <nicoduf@yahoo.fr> | |
Mon, 31 Jan 2011 21:29:13 +0000 (22:29 +0100) |
src/ui/dialog/ocaldialogs.cpp | patch | blob | history |
index d3887b1ca5c0e7928193025a1287b6d8a8defca6..2ae7d6989f05a76ed3ad5b386402d8f31ffcaee6 100644 (file)
doc = xmlReadIO ((xmlInputReadCallback) vfs_read_callback,
(xmlInputCloseCallback) gnome_vfs_close, from_handle, uri.c_str(), NULL,
- XML_PARSE_RECOVER);
+ XML_PARSE_RECOVER + XML_PARSE_NOWARNING + XML_PARSE_NOERROR);
if (doc == NULL) {
sp_ui_error_dialog(_("Server supplied malformed Clip Art feed"));
g_warning("Failed to parse %s\n", uri.c_str());