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

(-)a/src/outputs.cpp (-1 / +2 lines)
Lines 86-91 void Outputs::EnterPressed() Link Here
86
		if (Mpd.EnableOutput(w->Choice()))
86
		if (Mpd.EnableOutput(w->Choice()))
87
			ShowMessage("Output \"%s\" enabled", w->Current().first.c_str());
87
			ShowMessage("Output \"%s\" enabled", w->Current().first.c_str());
88
	}
88
	}
89
	if (!Mpd.SupportsIdle())
90
		FetchList();
89
}
91
}
90
92
91
void Outputs::MouseButtonPressed(MEVENT me)
93
void Outputs::MouseButtonPressed(MEVENT me)
92
- 

Return to bug 316601