[Libreoffice-commits] .: Branch 'opengrok' - patches/all-code.diff

Cédric Bosdonnat cbosdo at kemper.freedesktop.org
Tue Jun 28 01:03:27 PDT 2011


 patches/all-code.diff |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit df3be8232f5205473b236b30df03ae0fc71410a8
Author: Cédric Bosdonnat <cedric.bosdonnat.ooo at free.fr>
Date:   Tue Jun 28 10:03:10 2011 +0200

    Typo in translations repo name

diff --git a/patches/all-code.diff b/patches/all-code.diff
index 9e061d9..07f1864 100644
--- a/patches/all-code.diff
+++ b/patches/all-code.diff
@@ -12,7 +12,7 @@ diff -ur a/web/menu.jspf b/web/menu.jspf
 -         if ( $(this).attr("selected") ) { $(this).removeAttr("selected") }
 -         else { $(this).attr("selected","true"); }
 +         var value = $(this).attr("value");
-+         if ( value == 'translation' || value == 'l10n' || value == 'testing' || value == 'help' ) {
++         if ( value == 'translations' || value == 'l10n' || value == 'testing' || value == 'help' ) {
 +             $(this).removeAttr("selected") 
 +         }
       }


More information about the Libreoffice-commits mailing list