Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 84222 Details for
Bug 129273
Stabilize =x11-plugins/wmalms-1.1.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
wmalms.c.patch
wmalms-1.1.1-wmalms.c.patch (text/plain), 435 bytes, created by
Dirk Silkenbäumer
on 2006-04-08 12:23:01 UTC
(
hide
)
Description:
wmalms.c.patch
Filename:
MIME Type:
Creator:
Dirk Silkenbäumer
Created:
2006-04-08 12:23:01 UTC
Size:
435 bytes
patch
obsolete
>--- wmalms.c 2003-10-28 12:48:37.000000000 +0100 >+++ /home/dirk/src/wmalms-1.1.1/wmalms.c 2006-04-08 20:31:23.000000000 +0200 >@@ -126,12 +126,12 @@ > JustBeep(); > BeepCount = BeepInterv; > } >- if (--PageChangeCount <= 0) >+ if (PaneCount > 1 && --PageChangeCount <= 0) > { > SetCurrentPage((CurPane + 1) % PaneCount); > SendExposeEvent(); > } >- else >+// else > if (--RefreshCount <= 0) > { > RefreshCount = RefreshInterv;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 129273
:
84221
| 84222 |
84253