[longomatch] Load the first selected plugin



commit bb68bb86a91f34eaa3cc191444a3135cb13ef124
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Wed Nov 5 13:22:58 2014 +0100

    Load the first selected plugin

 LongoMatch.GUI/Gui/Component/PluginsPreferences.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Component/PluginsPreferences.cs 
b/LongoMatch.GUI/Gui/Component/PluginsPreferences.cs
index 320a450..9504910 100644
--- a/LongoMatch.GUI/Gui/Component/PluginsPreferences.cs
+++ b/LongoMatch.GUI/Gui/Component/PluginsPreferences.cs
@@ -51,6 +51,8 @@ namespace LongoMatch.Gui.Component
                        }
                        if (pluginsStore.GetIterFirst (out first)) {
                                treeview1.Selection.SelectIter (first);
+                               LoadAddin (pluginsStore.GetValue (first, 1) as AddinDescription,
+                                          pluginsStore.GetValue (first, 2) as List<ConfigurablePlugin>);
                        }
                }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]