Skip to content

Commit

Permalink
[JENKINS-31162] @glick's comments were addressed
Browse files Browse the repository at this point in the history
  • Loading branch information
recena committed Mar 21, 2016
1 parent eb78fac commit 60803d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion core/src/main/java/hudson/model/View.java
Expand Up @@ -1011,7 +1011,7 @@ public synchronized void doDoDelete(StaplerRequest req, StaplerResponse rsp) thr
*/
@Restricted(DoNotUse.class)
public Categories doCategories(StaplerRequest req, StaplerResponse rsp) throws IOException, ServletException {
return ItemGroupMixIn.getCategories(Jenkins.getAuthentication(), Jenkins.getInstance());
return ItemGroupMixIn.getCategories(Jenkins.getAuthentication(), getOwnerItemGroup());
}

public void doRssAll( StaplerRequest req, StaplerResponse rsp ) throws IOException, ServletException {
Expand Down
4 changes: 0 additions & 4 deletions war/src/main/webapp/css/style.css
Expand Up @@ -22,10 +22,6 @@
* THE SOFTWARE.
*/

.item-icon-freestyleproject .icn {
background: url('../images/items/freestyle-48.png') center center no-repeat !important;
}

/* General page layout */

html {
Expand Down

0 comments on commit 60803d4

Please sign in to comment.