summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--QSDeliciousPlugIn_Source.m3
1 files changed, 3 insertions, 0 deletions
diff --git a/QSDeliciousPlugIn_Source.m b/QSDeliciousPlugIn_Source.m
index 43a32cb..ab8c1f1 100644
--- a/QSDeliciousPlugIn_Source.m
+++ b/QSDeliciousPlugIn_Source.m
@@ -205,6 +205,9 @@
- (NSArray *)objectsForEntry:(NSDictionary *)theEntry {
NSLog(@"WE HAVE BEEN REQUESTED");
+
+ [[NSNotificationCenter defaultCenter] postNotificationName:QSCatalogEntryChangedNotification object:theEntry];
+
SocialSite site = [self siteIndex];
NSString *username = [self currentUsername];
NSString *password = [self currentPassword];