mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
SideBar: Add ViewAction and ViewRemote objects
These two new classes can represent items in our SourceList that refer to specific actions (such as comitting), or specific Remotes.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// PBSourceViewRemote.m
|
||||
// GitX
|
||||
//
|
||||
// Created by Pieter de Bie on 9/8/09.
|
||||
// Copyright 2009 __MyCompanyName__. All rights reserved.
|
||||
//
|
||||
|
||||
#import "PBSourceViewRemote.h"
|
||||
|
||||
|
||||
@implementation PBSourceViewRemote
|
||||
|
||||
- (NSImage *)icon
|
||||
{
|
||||
return [NSImage imageNamed:@"remote"];
|
||||
}
|
||||
@end
|
||||
Reference in New Issue
Block a user