diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-07 11:38:39 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-07 11:38:39 +0200 |
| commit | a081f7ea92f32b8284cce4d11f8e899b08754acf (patch) | |
| tree | 6e3f772bd9b906d2a2a267d4a32616df550d8faf | |
| parent | 6f7a0e57ce0650c9e91b15e75ec9a0bb85f6ddb6 (diff) | |
Save the files when fetching the objects
| -rw-r--r-- | QSDeliciousPlugIn_Source.m | 3 |
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]; |