rpms/gdm/devel icon-names.patch,NONE,1.1 gdm.spec,1.395,1.396

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Thu Jul 10 17:13:51 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/gdm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21262

Modified Files:
	gdm.spec 
Added Files:
	icon-names.patch 
Log Message:
fix some broken icons 


icon-names.patch:

--- NEW FILE icon-names.patch ---
diff -up gdm-2.22.0/gui/simple-greeter/gdm-language-option-widget.c.icon-names gdm-2.22.0/gui/simple-greeter/gdm-language-option-widget.c
--- gdm-2.22.0/gui/simple-greeter/gdm-language-option-widget.c.icon-names	2008-07-10 12:55:21.000000000 -0400
+++ gdm-2.22.0/gui/simple-greeter/gdm-language-option-widget.c	2008-07-10 12:57:47.000000000 -0400
@@ -233,7 +233,7 @@ gdm_language_option_widget_new (void)
 
         object = g_object_new (GDM_TYPE_LANGUAGE_OPTION_WIDGET,
                                "label-text", _("_Language:"),
-                               "icon-name", "config-language",
+                               "icon-name", "preferences-desktop-locale",
                                "max-item-count", 8,
                                NULL);
 
diff -up gdm-2.22.0/gui/simple-greeter/gdm-layout-option-widget.c.icon-names gdm-2.22.0/gui/simple-greeter/gdm-layout-option-widget.c
--- gdm-2.22.0/gui/simple-greeter/gdm-layout-option-widget.c.icon-names	2008-07-10 13:08:38.000000000 -0400
+++ gdm-2.22.0/gui/simple-greeter/gdm-layout-option-widget.c	2008-07-10 13:06:41.000000000 -0400
@@ -226,7 +226,7 @@ gdm_layout_option_widget_new (void)
 
         object = g_object_new (GDM_TYPE_LAYOUT_OPTION_WIDGET,
                                "label-text", _("_Keyboard:"),
-                               "icon-name", "keyboard",
+                               "icon-name", "preferences-desktop-keyboard",
                                "max-item-count", 8,
                                NULL);
 
diff -up gdm-2.22.0/gui/simple-greeter/gdm-session-option-widget.c.icon-names gdm-2.22.0/gui/simple-greeter/gdm-session-option-widget.c


Index: gdm.spec
===================================================================
RCS file: /cvs/extras/rpms/gdm/devel/gdm.spec,v
retrieving revision 1.395
retrieving revision 1.396
diff -u -r1.395 -r1.396
--- gdm.spec	10 Jul 2008 16:00:26 -0000	1.395
+++ gdm.spec	10 Jul 2008 17:13:02 -0000	1.396
@@ -15,7 +15,7 @@
 Summary: The GNOME Display Manager
 Name: gdm
 Version: 2.22.0
-Release: 10%{?dist}
+Release: 11%{?dist}
 Epoch: 1
 License: GPLv2+
 Group: User Interface/X
@@ -91,6 +91,9 @@
 # fixed in upstream svn
 Patch10: lang-tag.patch
 
+# fixed in upstream svn
+Patch11: icon-names.patch
+
 # Fedora-specific
 Patch99: gdm-2.21.8-fedora-logo.patch
 
@@ -316,6 +319,9 @@
 %{_datadir}/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml
 
 %changelog
+* Thu Jul 10 2008 Matthias Clasen  <mclasen at redhat.com> - 1:2.22.0-11
+- Fix some broken icons on the login screen
+
 * Thu Jul 10 2008 Matthias Clasen  <mclasen at redhat.com> - 1:2.22.0-10
 - Improve rendering of languages
 




More information about the fedora-extras-commits mailing list