Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 229389
Collapse All | Expand All

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

Return to bug 229389