Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 308463 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +8 lines)
Line 95 Link Here
95
function closeAllAndQuit () 
96
	for i, c in pairs(awful.client.visible(nil)) do
97
		c:kill()
98
	end
99
	awesome.quit
100
end
101
Line 100 Link Here
100
   { "quit", awesome.quit }
107
   { "quit", closeAllAndQuit }
101
--

Return to bug 308463