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 306442 Details for
Bug 447008
RFE: Use preferences-desktop-locale for menu entry icon
[?]
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]
it will change icon to preferences-desktop-locale for menu entry icon
system-config-language-447008.patch (text/plain), 2.26 KB, created by
Pravin Satpute
on 2008-05-23 03:27:38 UTC
(
hide
)
Description:
it will change icon to preferences-desktop-locale for menu entry icon
Filename:
MIME Type:
Creator:
Pravin Satpute
Created:
2008-05-23 03:27:38 UTC
Size:
2.26 KB
patch
obsolete
>diff -rup system-config-language-1.2.15/src/language_gui.py system-config-language-1.2.15_mod/src/language_gui.py >--- system-config-language-1.2.15/src/language_gui.py 2008-01-15 08:15:16.000000000 +0530 >+++ system-config-language-1.2.15_mod/src/language_gui.py 2008-05-22 13:50:36.000000000 +0530 >@@ -42,7 +42,7 @@ translate.textdomain ("system-config-lan > > iconPixbuf = None > try: >- iconPixbuf = gtk.gdk.pixbuf_new_from_file("/usr/share/system-config-language/pixmaps/system-config-language.png") >+ iconPixbuf = gtk.gdk.pixbuf_new_from_file("/usr/share/icons/gnome/32x32/apps/preferences-desktop-locale.png") > except: > pass > >@@ -68,7 +68,7 @@ class childWindow: > self.title = gtk.Label(_("Language Selection")) > self.title.modify_fg(gtk.STATE_NORMAL, gtk.gdk.color_parse ("white")) > >- self.msgLabel = gtk.Label(_("Please select the default language for the system.")) >+ self.msgLabel = gtk.Label(_(" Please select the default language for the system.")) > self.msgLabel.set_line_wrap(True) > self.msgLabel.set_alignment(0.0, 0.5) > >@@ -93,10 +93,10 @@ class childWindow: > #Add icon to the top frame > p = None > try: >- p = gtk.gdk.pixbuf_new_from_file("../pixmaps/system-config-language.png") >+ p = gtk.gdk.pixbuf_new_from_file("/usr/share/icons/gnome/32x32/apps/preferences-desktop-locale.png") > except: > try: >- p = gtk.gdk.pixbuf_new_from_file("/usr/share/system-config-language/pixmaps/system-config-language.png") >+ p = gtk.gdk.pixbuf_new_from_file("/usr/share/icons/gnome/32x32/apps/preferences-desktop-locale.png") > except: > pass > >diff -rup system-config-language-1.2.15/system-config-language.desktop.in system-config-language-1.2.15_mod/system-config-language.desktop.in >--- system-config-language-1.2.15/system-config-language.desktop.in 2008-01-15 08:15:16.000000000 +0530 >+++ system-config-language-1.2.15_mod/system-config-language.desktop.in 2008-05-22 13:48:56.000000000 +0530 >@@ -1,7 +1,7 @@ > [Desktop Entry] > _Name=Language > _Comment=Change the default system language >-Icon=system-config-language.png >+Icon=preferences-desktop-locale > Exec=/usr/bin/system-config-language > Type=Application > StartupNotify=true
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 447008
: 306442