[system-config-language] Resolves bug 817083

Pravin Satpute pravins at fedoraproject.org
Wed Jun 20 06:27:19 UTC 2012


commit 7acddfbb65ee12b97ac71dc9d5bbffb9b11ef5f1
Author: प्रविण सातपुते <psatpute at redhat.com>
Date:   Wed Jun 20 11:57:06 2012 +0530

    Resolves bug 817083

 s-c-l-817083.patch          |   12 ++++++++++++
 system-config-language.spec |    7 ++++++-
 2 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/s-c-l-817083.patch b/s-c-l-817083.patch
new file mode 100644
index 0000000..03697c6
--- /dev/null
+++ b/s-c-l-817083.patch
@@ -0,0 +1,12 @@
+diff -rup system-config-language-1.3.5/src/language_gui.py system-config-language-1.3.5_mod/src/language_gui.py
+--- system-config-language-1.3.5/src/language_gui.py	2012-06-19 15:45:51.850745634 +0530
++++ system-config-language-1.3.5_mod/src/language_gui.py	2012-06-19 15:45:14.727717396 +0530
+@@ -313,7 +313,7 @@ class childWindow:
+         else:
+             #Else, we're not in firstboot mode, so show the dialog
+             dlg = gtk.MessageDialog(self.mainWindow, 0, gtk.MESSAGE_INFO, gtk.BUTTONS_OK,
+-                                    _("The changes will take effect the next time you log in."))
++                                    _("The changes will take effect after reboot."))
+             dlg.set_border_width(6)
+             dlg.set_modal(True)
+             rc = dlg.run()
diff --git a/system-config-language.spec b/system-config-language.spec
index 15e8a78..7504375 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.5
-Release: 10%{?dist}
+Release: 11%{?dist}
 URL: https://fedorahosted.org/system-config-language/
 Source0: https://fedorahosted.org/releases/s/y/system-config-language/%{name}-%{version}.tar.bz2
 Patch0: s-c-l-624008.patch
@@ -10,6 +10,7 @@ Patch2: s-c-l-634556.patch
 Patch3: s-c-l-681802_681805.patch
 Patch4: s-c-l-700967.patch
 Patch5: s-c-l-803851.patch
+Patch6: s-c-l-817083.patch
 License: GPLv2
 Group: System Environment/Base
 BuildArch: noarch
@@ -35,6 +36,7 @@ allows the user to change the default language of the system.
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
 make %{?_smp_mflags}
@@ -89,6 +91,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %config(noreplace) %{_sysconfdir}/security/console.apps/system-config-language
 
 %changelog
+* Wed Jun 20 2012 Pravin Satpute <psatpute at redhat.com>- 1.3.5-11
+- Resolves bug 817083
+
 * Fri Mar 30 2012 Pravin Satpute <psatpute at redhat.com>- 1.3.5-10
 - Resolved bug-803851
 


More information about the scm-commits mailing list