# HG changeset patch # User IBBoard # Date 1297614295 0 # Node ID 1bd74872104090f90a4122e53fac151b0783f30e # Parent 5d94889b150937afba0fd32301eaaf83c4754a4f * Resolve conflict of System.Action vs Gtk.Action no-open-ticket diff -r 5d94889b1509 -r 1bd748721040 FrmMainWindow.cs --- a/FrmMainWindow.cs Wed Jan 26 20:04:13 2011 +0000 +++ b/FrmMainWindow.cs Sun Feb 13 16:24:55 2011 +0000 @@ -3,6 +3,7 @@ // The file and the library/program it is in are licensed and distributed, without warranty, under the GNU Affero GPL license, either version 3 of the License or (at your option) any later version. Please see COPYING for more information and the full license. using System; +using System.Collections; using System.Collections.Generic; using System.Configuration; using System.IO; @@ -29,7 +30,6 @@ using IBBoard.Xml; using log4net; using WFObjects = IBBoard.WarFoundry.API.Objects; -using System.Collections; namespace IBBoard.WarFoundry.GUI.GTK { @@ -1171,11 +1171,11 @@ form.Hide(); } - public override ICollection Actions + public override ICollection Actions { get { - List actions = new List(); + List actions = new List(); foreach (ActionGroup actionGroup in this.UIManager.ActionGroups) {