cui/source/options/personalization.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ecc43f06a94587e8808c7edf73eae23e5243dc85
Author: Muhammet Kara <muhammet.k...@pardus.org.tr>
Date:   Mon Aug 8 14:00:28 2016 +0300

    Update api URL for mozilla personas
    
    Currently, entering a search term or clicking on
    the category buttons on the Firefox Theme selection
    dialog of Personalization option doesn't work at all.
    
    With this url, it returns some results of firefox personas
    which are applicable to LibreOffice.
    
    Change-Id: Ie4da58cd987a1834dee969c09367229d3b69a47a
    Reviewed-on: https://gerrit.libreoffice.org/27986
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: jan iversen <j...@documentfoundation.org>
    Tested-by: jan iversen <j...@documentfoundation.org>

diff --git a/cui/source/options/personalization.cxx 
b/cui/source/options/personalization.cxx
index b570c0b..559eb85 100644
--- a/cui/source/options/personalization.cxx
+++ b/cui/source/options/personalization.cxx
@@ -155,7 +155,7 @@ IMPL_LINK_TYPED( SelectPersonaDialog, SearchPersonas, 
Button*, pButton, void )
         return;
 
     // 15 results so that invalid and duplicate search results whose names 
can't be retrieved can be skipped
-    OUString rSearchURL = 
"https://services.addons.allizom.org/en-US/firefox/api/1.5/search/"; + 
searchTerm + "/9/15";
+    OUString rSearchURL = 
"https://services.addons.mozilla.org/en-US/firefox/api/1.5/search/"; + 
searchTerm + "/9/15";
 
     if ( searchTerm.startsWith( "https://addons.mozilla.org/"; ) )
     {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to