aboutsummaryrefslogtreecommitdiff
path: root/QSThingsPlugin
diff options
context:
space:
mode:
Diffstat (limited to 'QSThingsPlugin')
-rw-r--r--QSThingsPlugin/QSThingsPluginSource.m5
1 files changed, 3 insertions, 2 deletions
diff --git a/QSThingsPlugin/QSThingsPluginSource.m b/QSThingsPlugin/QSThingsPluginSource.m
index 3f5f06e..08984ef 100644
--- a/QSThingsPlugin/QSThingsPluginSource.m
+++ b/QSThingsPlugin/QSThingsPluginSource.m
@@ -23,7 +23,7 @@
}
- (NSImage *)iconForEntry:(NSDictionary *)dict {
- return [[NSBundle bundleForClass:[self class]] imageNamed:@"things"];
+ return [QSResourceManager imageNamed:@"com.culturedcode.ThingsMac"];
}
- (NSView *)settingsView {
@@ -45,7 +45,8 @@
#pragma mark - Object Handler Methods
- (void)setQuickIconForObject:(QSObject *)object {
- // Not yet
+ [object
+ setIcon:[QSResourceManager imageNamed:@"com.culturedcode.ThingsMac"]];
}
- (BOOL)objectHasChildren:(QSObject *)object {