[gnome-games/wip/exalm/mame: 33/33] mame: Only define platform with application/zip mime type
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games/wip/exalm/mame: 33/33] mame: Only define platform with application/zip mime type
- Date: Mon, 10 Feb 2020 17:28:43 +0000 (UTC)
commit fce7589c953b070c55c32c4aec97fda72b9fe6da
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Sat Feb 8 16:37:37 2020 +0500
mame: Only define platform with application/zip mime type
plugins/mame/src/mame-plugin.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plugins/mame/src/mame-plugin.vala b/plugins/mame/src/mame-plugin.vala
index a3ca7c29..4661dcab 100644
--- a/plugins/mame/src/mame-plugin.vala
+++ b/plugins/mame/src/mame-plugin.vala
@@ -10,7 +10,7 @@ private class Games.MamePlugin : Object, Plugin {
private static RetroPlatform platform;
static construct {
- string[] mime_types = { SEARCHED_MIME_TYPE, SPECIFIC_MIME_TYPE };
+ string[] mime_types = { SEARCHED_MIME_TYPE };
platform = new RetroPlatform (PLATFORM_ID, PLATFORM_NAME, mime_types, PLATFORM_UID_PREFIX);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]