new icon for portals-list

This commit is contained in:
Philipp Schaefer 2013-12-04 11:50:27 +01:00
parent ca9d631ffe
commit b4fe2a4c0b
5 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 462 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 331 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 499 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 685 B

View File

@ -237,7 +237,7 @@ window.plugin.portalslist.onPaneChanged = function(pane) {
var setup = function() { var setup = function() {
if(typeof android !== 'undefined' && android && android.addPane) { if(typeof android !== 'undefined' && android && android.addPane) {
android.addPane("plugin-portalslist", "Portals list", "ic_action_view_as_list"); android.addPane("plugin-portalslist", "Portals list", "ic_action_paste");
addHook("paneChanged", window.plugin.portalslist.onPaneChanged); addHook("paneChanged", window.plugin.portalslist.onPaneChanged);
} else { } else {
$('#toolbox').append(' <a onclick="window.plugin.portalslist.displayPL()" title="Display a list of portals in the current view">Portals list</a>'); $('#toolbox').append(' <a onclick="window.plugin.portalslist.displayPL()" title="Display a list of portals in the current view">Portals list</a>');