public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-core/files: qt-core-4.8.1-localized-time.patch
@ 2012-04-15 14:10 Davide Pesavento (pesa)
  0 siblings, 0 replies; only message in thread
From: Davide Pesavento (pesa) @ 2012-04-15 14:10 UTC (permalink / raw
  To: gentoo-commits

pesa        12/04/15 14:10:41

  Added:                qt-core-4.8.1-localized-time.patch
  Log:
  Fix localization of date/time, bug 411929 by Franz Fellner. Patch has been merged upstream for Qt 4.8.2 (https://codereview.qt-project.org/20869).
  
  (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  x11-libs/qt-core/files/qt-core-4.8.1-localized-time.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-core/files/qt-core-4.8.1-localized-time.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-core/files/qt-core-4.8.1-localized-time.patch?rev=1.1&content-type=text/plain

Index: qt-core-4.8.1-localized-time.patch
===================================================================
--- src/corelib/tools/qlocale_unix.cpp.org	2012-04-14 11:02:06.425917171 +0200
+++ src/corelib/tools/qlocale_unix.cpp	2012-04-14 11:02:50.247920549 +0200
@@ -68,6 +68,8 @@
             lang = QByteArray("C");
         if (numeric.isEmpty())
             numeric = lang;
+	if (time.isEmpty())
+	    time = lang;
         if (monetary.isEmpty())
             monetary = lang;
         if (lc_messages_var.isEmpty())






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-04-15 14:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-15 14:10 [gentoo-commits] gentoo-x86 commit in x11-libs/qt-core/files: qt-core-4.8.1-localized-time.patch Davide Pesavento (pesa)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox