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

(-)trayswitcher-1.2/Switcher.cs (-1 / +1 lines)
Lines 40-46 Link Here
40
		modes = new Hashtable ();
40
		modes = new Hashtable ();
41
		menu = new Menu ();
41
		menu = new Menu ();
42
42
43
		StreamReader sr = new StreamReader(@"/etc/switchto.last");
43
		StreamReader sr = new StreamReader(@"/etc/quickswitch/switchto.last");
44
		contents = sr.ReadLine();
44
		contents = sr.ReadLine();
45
		Console.WriteLine(contents);
45
		Console.WriteLine(contents);
46
		
46
		

Return to bug 124506