[smuxi] Frontend: make ChatViewSyncManager.SetState() internal
- From: Mirco M. M. Bauer <mmmbauer src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [smuxi] Frontend: make ChatViewSyncManager.SetState() internal
- Date: Thu, 21 Aug 2014 18:43:43 +0000 (UTC)
commit 36b23ae0bbcf9b953cf538c86ccf73b31e44fcde
Author: Andrés G. Aragoneses <knocte gmail com>
Date: Tue Jul 22 17:11:40 2014 +0200
Frontend: make ChatViewSyncManager.SetState() internal
(Not called from outside.)
src/Frontend/ChatViewSyncManager.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Frontend/ChatViewSyncManager.cs b/src/Frontend/ChatViewSyncManager.cs
index aea6530..d44b245 100644
--- a/src/Frontend/ChatViewSyncManager.cs
+++ b/src/Frontend/ChatViewSyncManager.cs
@@ -293,7 +293,7 @@ namespace Smuxi.Frontend
SetState<InitialState>();
}
- public void SetState<T>() where T : State
+ internal void SetState<T>() where T : State
{
State = (T)Activator.CreateInstance(typeof(T), this);
State.Init();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]