Bug 1205741 - add xpm and svg to supported gdk-pixbuf formats. r=acomminos,dveditz

This commit is contained in:
Lee Salzman 2015-09-17 15:01:51 -04:00
parent e5cbbfa26e
commit 0905e5d6f3

View File

@ -116,7 +116,9 @@ nsAppShell::Init()
strcmp(name, "png") &&
strcmp(name, "gif") &&
strcmp(name, "bmp") &&
strcmp(name, "ico")) {
strcmp(name, "ico") &&
strcmp(name, "xpm") &&
strcmp(name, "svg")) {
gdk_pixbuf_format_set_disabled(format, TRUE);
}
g_free(name);