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

Collapse All | Expand All

(-)wmalms.c (-2 / +2 lines)
Lines 126-137 Link Here
126
	    JustBeep();	
126
	    JustBeep();	
127
		BeepCount = BeepInterv;
127
		BeepCount = BeepInterv;
128
	}	
128
	}	
129
	if (--PageChangeCount <= 0)
129
	if (PaneCount > 1 && --PageChangeCount <= 0)
130
	{
130
	{
131
		SetCurrentPage((CurPane + 1) % PaneCount); 
131
		SetCurrentPage((CurPane + 1) % PaneCount); 
132
		SendExposeEvent();	
132
		SendExposeEvent();	
133
	}
133
	}
134
	else
134
//	else
135
	if (--RefreshCount <= 0)
135
	if (--RefreshCount <= 0)
136
	{	
136
	{	
137
		RefreshCount = RefreshInterv;
137
		RefreshCount = RefreshInterv;

Return to bug 129273