summary refs log tree commit diff
path: root/contrib/palaver
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-08-27 17:07:07 -0400
committerJune McEnroe <june@causal.agency>2020-08-27 17:07:07 -0400
commit12ba0a0b67b3aef829a6fc4588ad86725bd69454 (patch)
tree57b012927e7fb1b324338abaf3e16270d21467cf /contrib/palaver
parentcontrib/palaver: Only allow HTTPS (diff)
downloadpounce-12ba0a0b67b3aef829a6fc4588ad86725bd69454.tar.gz
pounce-12ba0a0b67b3aef829a6fc4588ad86725bd69454.zip
contrib/palaver: Use pounce's XDG directory
Diffstat (limited to '')
-rw-r--r--contrib/palaver/notify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/palaver/notify.c b/contrib/palaver/notify.c
index beaf063..8572567 100644
--- a/contrib/palaver/notify.c
+++ b/contrib/palaver/notify.c
@@ -46,7 +46,7 @@
 // Why must it return (const unsigned char *)?
 #define sqlite3_column_text(...) (const char *)sqlite3_column_text(__VA_ARGS__)
 
-#define DATABASE_PATH "pounce-palaver/preferences.sqlite"
+#define DATABASE_PATH "pounce/palaver.sqlite"
 
 #define SQL(...) #__VA_ARGS__
 #define ARRAY_LEN(a) (sizeof(a) / sizeof((a)[0]))
4b0b006979f8b923fc0558f6e0f46aa21&follow=1'>Simplify macOS notify-sendJune McEnroe 2020-02-12Add imbox and notemap to pageJune McEnroe 2020-02-12Collapse simple linksJune McEnroe 2020-02-12Move catgirl up the pageJune McEnroe 2020-02-12Update catgirl pty grabJune McEnroe 2020-02-12Link to cgit /about pages where appropriateJune McEnroe 2020-02-11Separate LINKS from BINS for html to workJune McEnroe 2020-02-11Add margin to Bl-bullet itemsJune McEnroe 2020-02-10Match URLs inside parens or with paired parens insideJune McEnroe 2020-02-10Duplicate effective URL before passing it back to curlJune McEnroe 2020-02-09Add To Be Taught, If FortunateJune McEnroe 2020-02-04Add The Future of Another TimelineJune McEnroe 2020-01-31Reorganize the Makefile for the umpteenth timeJune McEnroe 2020-01-28Change scout sensitivity to 1.4June McEnroe 2020-01-28Import shows.txtJune McEnroe