[longomatch] Fix extension for the default projects importer
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Fix extension for the default projects importer
- Date: Wed, 24 Sep 2014 20:30:38 +0000 (UTC)
commit f91c829270a85d8b47c3f3dfec93e5d2f82508a5
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Mon Sep 15 17:02:09 2014 +0200
Fix extension for the default projects importer
LongoMatch.Services/Services/ToolsManager.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Services/Services/ToolsManager.cs b/LongoMatch.Services/Services/ToolsManager.cs
index f980bd2..225294f 100644
--- a/LongoMatch.Services/Services/ToolsManager.cs
+++ b/LongoMatch.Services/Services/ToolsManager.cs
@@ -47,7 +47,7 @@ namespace LongoMatch.Services
ProjectImporters = new List<ProjectImporter> ();
RegisterImporter (Project.Import, Constants.PROJECT_NAME,
- new string[] { Constants.PROJECT_EXT }, false);
+ new string[] {"*"+Constants.PROJECT_EXT }, false);
Config.EventsBroker.OpenedProjectChanged += (pr, pt, f, a) => {
this.openedProject = pr;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]