]> git.pld-linux.org Git - packages/gnome-control-center.git/commitdiff
- merged from DEVEL
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Tue, 5 Apr 2011 21:03:45 +0000 (21:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    locale.patch -> 1.2

locale.patch [new file with mode: 0644]

diff --git a/locale.patch b/locale.patch
new file mode 100644 (file)
index 0000000..8ef3a44
--- /dev/null
@@ -0,0 +1,11 @@
+--- gnome-control-center-2.91.91/panels/datetime/test-endianess.c.wiget        2011-03-09 22:20:32.258478986 +0100
++++ gnome-control-center-2.91.91/panels/datetime/test-endianess.c      2011-03-09 22:29:36.436369996 +0100
+@@ -38,7 +38,7 @@ int main (int argc, char **argv)
+               return 0;
+       }
+-      dir = g_dir_open ("/usr/share/i18n/locales/", 0, NULL);
++      dir = g_dir_open ("/usr/share/locale/", 0, NULL);
+       if (dir == NULL)
+               return 1;
This page took 0.048919 seconds and 4 git commands to generate.