[smuxi/experiments/certfp: 16/55] Engine: also scan for protocol managers in smuxi-engine.dll
- From: Mirco M. M. Bauer <mmmbauer src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [smuxi/experiments/certfp: 16/55] Engine: also scan for protocol managers in smuxi-engine.dll
- Date: Sun, 12 Jan 2014 07:27:40 +0000 (UTC)
commit 952fdbc82032d0ed5ec8439f3fb9f9efa0aaf4fd
Author: Mirco Bauer <meebey meebey net>
Date: Sat Dec 28 16:07:29 2013 +0100
Engine: also scan for protocol managers in smuxi-engine.dll
src/Engine/Protocols/ProtocolManagerFactory.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Engine/Protocols/ProtocolManagerFactory.cs b/src/Engine/Protocols/ProtocolManagerFactory.cs
index 3fa46b4..62b3493 100644
--- a/src/Engine/Protocols/ProtocolManagerFactory.cs
+++ b/src/Engine/Protocols/ProtocolManagerFactory.cs
@@ -118,7 +118,7 @@ namespace Smuxi.Engine
{
Trace.Call(path);
- string[] filenames = Directory.GetFiles(path, "smuxi-engine-*.dll");
+ string[] filenames = Directory.GetFiles(path, "smuxi-engine*.dll");
foreach (string filename in filenames) {
LoadProtocolManager(filename);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]