Delete plugins list when stopping proxy

This commit is contained in:
Latif Khalifa
2013-12-05 00:01:53 +01:00
parent 6c655b3967
commit c280c357e7
2 changed files with 2 additions and 1 deletions

View File

@@ -319,6 +319,7 @@ public partial class MainWindow : Gtk.Window
{
containerFilterUDP.Remove(child);
}
plugins.Store.Clear();
}
protected void OnDeleteEvent(object sender, DeleteEventArgs a)