Skip to content

Commit

Permalink
Moved foursquare icon to widget
Browse files Browse the repository at this point in the history
  • Loading branch information
barrym committed May 2, 2010
1 parent e233f87 commit 3f98487
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widgets/foursquare/foursquare.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var Foursquare = Class.create(Widget, {
}.bind(this));
},
buildWidgetIcon: function() {
return(new Element("img", {src: "images/foursquare.png", width: 32, height: 32, className: 'foursquare icon'}));
return(new Element("img", {src: "images/foursquare/icon.png", width: 32, height: 32, className: 'foursquare icon'}));
},
buildHeader: function() {
return(new Element("h2", { 'class': 'handle' }).update(this.title));
Expand Down
File renamed without changes

0 comments on commit 3f98487

Please sign in to comment.