[system-config-language/f19] fixed bug 1033050

anish anishpatil at fedoraproject.org
Thu Nov 21 13:40:30 UTC 2013


commit 7f720f61041c5d991024df046af3b896eeceeb7e
Author: anish <apatil at redhat.com>
Date:   Thu Nov 21 19:16:05 2013 +0530

    fixed bug 1033050

 bug-1033050.patch           |   14 ++++++++++++++
 system-config-language.spec |    7 ++++++-
 2 files changed, 20 insertions(+), 1 deletions(-)
---
diff --git a/bug-1033050.patch b/bug-1033050.patch
new file mode 100644
index 0000000..e8070ac
--- /dev/null
+++ b/bug-1033050.patch
@@ -0,0 +1,14 @@
+diff -rup system-config-language-1.4.0-org/src/language_tui.py system-config-language-1.4.0/src/language_tui.py
+--- system-config-language-1.4.0-org/src/language_tui.py	2013-11-21 18:31:28.226173159 +0530
++++ system-config-language-1.4.0/src/language_tui.py	2013-11-21 18:48:02.270195841 +0530
+@@ -103,6 +103,9 @@ class LanguageWindow:
+                     if button2 == "ok":     
+                         screen.finish()                                 
+                         install.install_language (grpid)
++                    elif button2 == "cancel":
++                        screen.finish()
++                        return -1
+ 
+         if self.installedLangs == None:
+             languageBackend.writeI18N(defaultLang, "", sysfont, sysfontacm)
+
diff --git a/system-config-language.spec b/system-config-language.spec
index 145330d..175eee1 100644
--- a/system-config-language.spec
+++ b/system-config-language.spec
@@ -1,11 +1,12 @@
 Summary:  A graphical interface for modifying the system language
 Name:     system-config-language
 Version:  1.4.0
-Release:  4%{?dist}
+Release:  5%{?dist}
 URL:      https://fedorahosted.org/system-config-language/
 Source0:  https://fedorahosted.org/releases/s/y/system-config-language/%{name}-%{version}.tar.bz2
 License:  GPLv2+
 Patch1:   bug-858059.patch
+Patch2:   bug-1033050.patch
 
 BuildArch: noarch
 BuildRequires: desktop-file-utils
@@ -26,6 +27,7 @@ allows the user to change the default language of the system.
 %prep
 %setup -q
 %patch1 -p1 
+%patch2 -p1
 
 %build
 %configure
@@ -69,6 +71,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %config(noreplace) %{_sysconfdir}/security/console.apps/system-config-language
 
 %changelog
+* Thu Nov 21 2013 Anish Patil <apatil at redhat.com> - 1.4.0-5
+- Fixed bug-1033050
+
 * Tue Nov 07 2013 Anish Patil <apatil at redhat.com> - 1.4.0-4
 - Added patch 858059 in specfile
 


More information about the scm-commits mailing list