Skip to content

Commit

Permalink
Use Services.appinfo.name instead of Application.name
Browse files Browse the repository at this point in the history
(#36)
  • Loading branch information
Infocatcher committed Jun 1, 2015
1 parent 67ced79 commit 390e162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bookmarks_Folder/bookmarksFolder.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ this.bookmarks = {
}
// https://developer.mozilla.org/en/Displaying_Places_information_using_views
var rootFolder = PlacesUIUtils.allBookmarksFolderId;
var placesOverlay = Application.name == "SeaMonkey"
var placesOverlay = Services.appinfo.name == "SeaMonkey"
? '\n\
<?xml-stylesheet href="chrome://communicator/skin/bookmarks/bookmarks.css"?>\n\
<?xml-stylesheet href="chrome://communicator/content/places/places.css"?>\n\
Expand Down

0 comments on commit 390e162

Please sign in to comment.