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 261411 Details for
Bug 239103
some redo icons are mirror image reverse of what they should be
[?]
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]
patch that "works for me"
redo.patch (text/plain), 1.46 KB, created by
Bernard Johnson
on 2007-11-16 16:09:19 UTC
(
hide
)
Description:
patch that "works for me"
Filename:
MIME Type:
Creator:
Bernard Johnson
Created:
2007-11-16 16:09:19 UTC
Size:
1.46 KB
patch
obsolete
>--- redhat-artwork.spec 2007-06-19 09:39:47.000000000 -0600 >+++ redhat-artwork.spec.new 2007-11-16 09:05:32.000000000 -0700 >@@ -4,7 +4,7 @@ > Summary: Artwork for Red Hat default look-and-feel > Name: redhat-artwork > Version: 7.0.0 >-Release: 11%{?dist} >+Release: 11.1%{?dist} > URL: http://www.redhat.com > Source0: %{name}-%{version}.tar.gz > Source1: post-install-fixup.sh >@@ -211,13 +211,13 @@ > > function ln_icon () { > if [ -f $1.png ]; then >- ln -s $1.png $2.png >+ ln -sf $1.png $2.png > fi > if [ -f $1.icon ]; then >- ln -s $1.icon $2.icon >+ ln -sf $1.icon $2.icon > fi > if [ -f $1.svg ]; then >- ln -s $1.svg $2.svg >+ ln -sf $1.svg $2.svg > fi > } > >@@ -252,11 +252,11 @@ > ln_icon stock-media-ffwd gtk-media-rewind-rtl > ln_icon stock-media-stop gtk-media-stop > ln_icon stock-undo gtk-undo-ltr >- ln_icon stock-redo gtk-redo-ltr >+ ln_icon stock-redo gtk-redo-rtl > ln_icon stock-font gtk-select-font > flip_icon stock-media-play gtk-media-play-rtl > flip_icon stock-undo gtk-undo-rtl >- flip_icon stock-redo gtk-redo-rtl >+ flip_icon stock-redo gtk-redo-ltr > popd > fi > done >@@ -450,6 +450,9 @@ > %{_datadir}/apps/kwin/bluecurve.desktop > > %changelog >+* Fri Nov 16 2007 Bernard Johnson <bjohnson@symetrix.com> - 7.0.0-11.1 >+- correct gtk-redo icons (bz #239103) >+ > * Tue Jun 19 2007 Than Ngo <than@redhat.com> - 7.0.0-11.fc7 > - fix bz#242840, Bluecurve KWin theme shows pixel noise for "sticky" icon >
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 239103
: 261411