View | Details | Raw Unified
Collapse All | Expand All

(-) search/UIManager.cs.orig (-1 / +1 lines)
 Lines 394-400    Link Here 
			if (ScopeChanged == null)
			if (ScopeChanged == null)
				return;
				return;
			ScopeType scope = (ScopeType) System.Enum.Parse (typeof (ScopeType), ((Action) obj).Name);
			ScopeType scope = (ScopeType) System.Enum.Parse (typeof (ScopeType), ((Gtk.Action) obj).Name);
			
			
			ScopeChanged (scope, ((ToggleAction) obj).Active);
			ScopeChanged (scope, ((ToggleAction) obj).Active);
		}
		}