Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 589104 Details for
Bug 827136
Review Request: wmclock - Dockable clock applet for WindowMaker
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Fix display when both -12 and -year are given
fix_12_year_display.patch (text/plain), 784 bytes, created by
Account closed by user
on 2012-06-04 10:12:15 UTC
(
hide
)
Description:
Fix display when both -12 and -year are given
Filename:
MIME Type:
Creator:
Account closed by user
Created:
2012-06-04 10:12:15 UTC
Size:
784 bytes
patch
obsolete
>Description: Fix display when both -12 and -year are given >Author: Vino Fernando Crescini <jcrescin@cit.uws.edu.au> >Bug-Debian: http://bugs.debian.org/228985 > >Index: wmclock-1.0.14/wmclock.c >=================================================================== >--- wmclock-1.0.14.orig/wmclock.c 2010-12-22 13:12:28.000000000 +0100 >+++ wmclock-1.0.14/wmclock.c 2011-06-02 12:11:51.233840631 +0200 >@@ -849,7 +849,14 @@ > #endif /* !ONLY_SHAPED_WINDOW */ > for (i = 0; i < NUM_TIME_POSITIONS; i++) > { >- xPos[i] += enable12HourClock ? timePos24[i] : timePos12[i]; >+ if (enable12HourClock && (!enableYearDisplay)) >+ { >+ xPos[i] += timePos24[i]; >+ } >+ else >+ { >+ xPos[i] += timePos12[i]; >+ } > } > > /* Open the display */
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 827136
: 589104