summaryrefslogtreecommitdiffstats
path: root/Classes/Source.m
diff options
context:
space:
mode:
authormatt handler <matt.handler@gmail.com>2011-04-29 16:35:15 -0400
committermatt handler <matt.handler@gmail.com>2011-04-29 16:35:15 -0400
commit869398ebfb18702b9de42f723ff8072b116eb04f (patch)
tree84a8bbff635bcd4d5c0f6edc42dc535134e02ab4 /Classes/Source.m
parente788dbb246a2c9673d595420beca061123526d50 (diff)
downloadpiccast-app-869398ebfb18702b9de42f723ff8072b116eb04f.tar.gz
piccast-app-869398ebfb18702b9de42f723ff8072b116eb04f.zip
changing subscribedSources -> sources, adding instant level today/tomorrow/yesterday for section headers, setting status bar to black and showing once app loads, handling url just an nslog right now, updated image, added piccast:// protocol, setting up faves in the db, adding search and browse views
Diffstat (limited to 'Classes/Source.m')
-rw-r--r--Classes/Source.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Classes/Source.m b/Classes/Source.m
index bde21b0..2369d1f 100644
--- a/Classes/Source.m
+++ b/Classes/Source.m
@@ -63,7 +63,7 @@
- (void) serializeToDb:(FMDatabase *)db {
[db retain];
- [db executeUpdate:@"INSERT INTO subscribedSources \
+ [db executeUpdate:@"INSERT INTO sources \
(foreignId, title, subscribed, category, favicon) \
VALUES \
(?, ?, ?, ?, ?);",