From b5b42f811387e65bf63727be4cf3ea08134de951 Mon Sep 17 00:00:00 2001 From: Pravin Satpute Date: Jul 24 2009 07:06:56 +0000 Subject: - fix bug 493888 --- diff --git a/s-c-l-bug-493888.patch b/s-c-l-bug-493888.patch new file mode 100644 index 0000000..6b6555d --- /dev/null +++ b/s-c-l-bug-493888.patch @@ -0,0 +1,19 @@ +diff -rup system-config-language-1.3.2/src/language_gui.py system-config-language-1.3.2_mod/src/language_gui.py +--- system-config-language-1.3.2/src/language_gui.py 2009-07-24 12:21:49.000000000 +0530 ++++ system-config-language-1.3.2_mod/src/language_gui.py 2009-07-24 11:39:35.000000000 +0530 +@@ -169,6 +169,7 @@ class childWindow: + + def langChanged(self, *args): + self.langChangedFlag = 1 ++ self.okButton.set_sensitive(True) + + def okClicked(self, *args): + self.apply() +@@ -371,6 +372,7 @@ class childWindow: + self.bb.pack_start(self.cancelButton) + + self.okButton = gtk.Button(stock='gtk-ok') ++ self.okButton.set_sensitive(False) + self.okButton.connect("clicked", self.okClicked) + self.bb.pack_start(self.okButton) + diff --git a/system-config-language.spec b/system-config-language.spec index c899798..30b010c 100644 --- a/system-config-language.spec +++ b/system-config-language.spec @@ -1,7 +1,7 @@ Summary: A graphical interface for modifying the system language Name: system-config-language Version: 1.3.2 -Release: 8%{?dist} +Release: 9%{?dist} URL: http://fedoraproject.org/wiki/SystemConfig/language License: GPLv2+ Group: System Environment/Base @@ -22,6 +22,7 @@ Patch1: ca-po-462914.patch Patch2: dialogue-center-493824.patch Patch3: s-c-l-bug-598975.patch Patch4: s-c-l-bug-493858-507796.patch +Patch5: s-c-l-bug-493888.patch %description system-config-language is a graphical user interface that @@ -33,6 +34,7 @@ allows the user to change the default language of the system. %patch2 -p1 -b .2-dialogue-center %patch3 -p1 -b .3-rhpl %patch4 -p1 -b .4-s-c-cleanup +%patch5 -p1 -b .5-ok-button %build make %{?_smp_mflags} @@ -90,6 +92,9 @@ fi %config(noreplace) %{_sysconfdir}/security/console.apps/system-config-language %changelog +* Fri Jul 24 2009 Pravin Satpute - 1.3.2-9 +- fix bug 493888 + * Mon Jul 13 2009 Pravin Satpute - 1.3.2-8 - fix bug 493858, 507796