diff -r cf7e96afbe3a -r 74b775d6b911 firefox-kde.patch --- a/firefox-kde.patch Wed Jun 03 18:54:11 2015 +0200 +++ b/firefox-kde.patch Mon Jun 08 08:23:10 2015 +0200 @@ -1,11 +1,11 @@ # HG changeset patch -# Parent db8f62578ee4614fc23c628b523e2bc7ae92ea04 +# Parent 14be97741eabce611c291418a4c1774cae8b29ff diff --git a/browser/base/content/browser-kde.xul b/browser/base/content/browser-kde.xul new file mode 100644 --- /dev/null +++ b/browser/base/content/browser-kde.xul -@@ -0,0 +1,1302 @@ +@@ -0,0 +1,1311 @@ +#filter substitution + +# -*- Mode: HTML -*- @@ -738,9 +738,9 @@ + fullscreentoolbar="true" mode="icons" customizable="true" + iconsize="small" +#ifdef MOZ_DEV_EDITION -+ defaultset="urlbar-container,search-container,developer-button,bookmarks-menu-button,downloads-button,home-button,loop-button" ++ defaultset="urlbar-container,search-container,developer-button,bookmarks-menu-button,pocket-button,downloads-button,home-button,loop-button" +#else -+ defaultset="urlbar-container,search-container,bookmarks-menu-button,downloads-button,home-button,loop-button" ++ defaultset="urlbar-container,search-container,bookmarks-menu-button,pocket-button,downloads-button,home-button,loop-button" +#endif + customizationtarget="nav-bar-customization-target" + overflowable="true" @@ -890,6 +890,7 @@ + oncommand="BookmarksEventHandler.onCommand(event, this.parentNode._placesView);" + onclick="BookmarksEventHandler.onClick(event, this.parentNode._placesView);" + onpopupshowing="BookmarkingUI.onPopupShowing(event); ++ BookmarkingUI.updatePocketItemVisibility('BMB_'); + BookmarkingUI.attachPlacesView(event, this);" + tooltip="bhTooltip" popupsinherittooltip="true"> + + ++ ++ + + ++