Yasumichi Akahoshi
yasum****@users*****
2005年 9月 7日 (水) 18:46:01 JST
Index: cxplorer/src/cxp-right-pane.c diff -u cxplorer/src/cxp-right-pane.c:1.63 cxplorer/src/cxp-right-pane.c:1.64 --- cxplorer/src/cxp-right-pane.c:1.63 Tue Sep 6 23:17:49 2005 +++ cxplorer/src/cxp-right-pane.c Wed Sep 7 18:46:01 2005 @@ -772,6 +772,7 @@ } key = g_strdup_printf ("/apps/cxp/mime-types/%s/preview", filetype); + g_strdelimit (key, "+", '@'); /* example: application/xhtml+xml => /apps/cxp/mime-types/application/xhtml @ xml/preview */ if ((preview_cmd = gconf_client_get_string (priv->client, key, NULL)) == NULL) { if (g_strrstr (filetype, "text") != NULL)