- 391 名前:login:Penguin mailto:sage [2005/09/06(火) 18:17:47 ID:eVWl+E9t]
- >>389
CVS上で修正しました。次回リリースで反映されます。 # 因みにlibcxp/src/cxp-mime-manager.cの291行を書き換えればOKです。 diff -uNr libcxp-0.5.0/src/cxp-mime-manager.c libcxp/src/cxp-mime-manager.c --- libcxp-0.5.0/src/cxp-mime-manager.c 2005-09-03 02:23:01.000000000 +0900 +++ libcxp/src/cxp-mime-manager.c 2005-09-06 18:11:50.709136120 +0900 @@ -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); }
|

|