[Cxplorer-cvs 01251] CVS update: libcxp/src

Back to archive index

Yasumichi Akahoshi yasum****@users*****
2005年 9月 6日 (火) 18:05:13 JST


Index: libcxp/src/cxp-mime-manager.c
diff -u libcxp/src/cxp-mime-manager.c:1.4 libcxp/src/cxp-mime-manager.c:1.5
--- libcxp/src/cxp-mime-manager.c:1.4	Sat Sep  3 02:24:56 2005
+++ libcxp/src/cxp-mime-manager.c	Tue Sep  6 18:05:12 2005
@@ -288,7 +288,7 @@
 		filename = g_strdup_printf(PACKAGE_PIXMAPS_DIR"/%s.png", mimetype);
 		if((icon = gdk_pixbuf_new_from_file(filename, NULL)) == NULL)
 		{
-			icon = gdk_pixbuf_new_from_file(PACKAGE_PIXMAPS_DIR"/not-find.png", NULL);
+			icon = gdk_pixbuf_new_from_file(PACKAGE_PIXMAPS_DIR"/application/octet-stream.png", NULL);
 		}
 		g_hash_table_replace (manager->priv->icons, g_strdup(mimetype), icon);
 	}


Cxplorer-cvs メーリングリストの案内
Back to archive index