From ecc43f06a94587e8808c7edf73eae23e5243dc85 Mon Sep 17 00:00:00 2001 From: Muhammet Kara Date: Mon, 8 Aug 2016 14:00:28 +0300 Subject: [PATCH] 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 Reviewed-by: jan iversen Tested-by: jan iversen --- cui/source/options/personalization.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cui/source/options/personalization.cxx b/cui/source/options/personalization.cxx index b570c0b7af4f..559eb85d91e8 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/" ) ) {