diff --git a/chrome/content/zotero/xpcom/connector/cachedTypes.js b/chrome/content/zotero/xpcom/connector/cachedTypes.js
index bdc075187..c432f3823 100644
--- a/chrome/content/zotero/xpcom/connector/cachedTypes.js
+++ b/chrome/content/zotero/xpcom/connector/cachedTypes.js
@@ -87,7 +87,7 @@ Zotero.Connector_Types = new function() {
} else if(Zotero.isChrome) {
return chrome.extension.getURL("images/"+icon);
} else if(Zotero.isSafari) {
- return safari.extension.baseURI+"images/itemTypes/"+icon;
+ return safari.extension.baseURI+"images/"+icon;
}
};
}
diff --git a/install.rdf b/install.rdf
index 9368c50ca..e31cba70e 100644
--- a/install.rdf
+++ b/install.rdf
@@ -6,7 +6,7 @@
zotero@chnm.gmu.edu
Zotero
- 4.0.26.SOURCE
+ 4.0.26.1.SOURCE
Center for History and New Media
George Mason University
Dan Cohen
Sean Takats
diff --git a/resource/config.js b/resource/config.js
index 673a1b9de..19b8fc88a 100644
--- a/resource/config.js
+++ b/resource/config.js
@@ -14,7 +14,7 @@ var ZOTERO_CONFIG = {
BOOKMARKLET_ORIGIN: 'https://www.zotero.org',
HTTP_BOOKMARKLET_ORIGIN: 'http://www.zotero.org',
BOOKMARKLET_URL: 'https://www.zotero.org/bookmarklet/',
- VERSION: '4.0.26.SOURCE'
+ VERSION: '4.0.26.1.SOURCE'
};
EXPORTED_SYMBOLS = ["ZOTERO_CONFIG"];
diff --git a/update.rdf b/update.rdf
index a2f9b1ddd..7bb8ebefc 100644
--- a/update.rdf
+++ b/update.rdf
@@ -7,7 +7,7 @@
- 4.0.26.SOURCE
+ 4.0.26.1.SOURCE
{ec8030f7-c20a-464f-9b0e-13a3a9e97384}