rpms/system-config-language/devel s-c-l-bug-493888.patch, NONE, 1.1 system-config-language.spec, 1.53, 1.54

Pravin Satpute pravins at fedoraproject.org
Fri Jul 24 07:06:57 UTC 2009


Author: pravins

Update of /cvs/pkgs/rpms/system-config-language/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9404

Modified Files:
	system-config-language.spec 
Added Files:
	s-c-l-bug-493888.patch 
Log Message:
* Fri Jul 24 2009 Pravin Satpute <psatpute at redhat.com>- 1.3.2-9
- fix bug 493888


s-c-l-bug-493888.patch:
 language_gui.py |    2 ++
 1 file changed, 2 insertions(+)

--- NEW FILE s-c-l-bug-493888.patch ---
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)
 


Index: system-config-language.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-language/devel/system-config-language.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -p -r1.53 -r1.54
--- system-config-language.spec	13 Jul 2009 10:38:37 -0000	1.53
+++ system-config-language.spec	24 Jul 2009 07:06:56 -0000	1.54
@@ -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 la
 %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 <psatpute at redhat.com>- 1.3.2-9
+- fix bug 493888
+
 * Mon Jul 13 2009 Pravin Satpute <psatpute at redhat.com>- 1.3.2-8
 - fix bug 493858, 507796
 




More information about the fedora-extras-commits mailing list