[gnome-games/wip/exalm/mame: 18/18] 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: 18/18] mame: Only define platform with application/zip mime type
- Date: Sat, 8 Feb 2020 11:39:46 +0000 (UTC)
commit 757b2448f6faec24eb4b1148f8ce457bf752dd0c
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]