aboutsummaryrefslogtreecommitdiffstats
path: root/fbi.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2016-04-01 14:01:41 +0200
committerGerd Hoffmann <kraxel@redhat.com>2016-04-01 14:01:41 +0200
commitc6b3c5e1e868f86e32b47e3c41d09b795b60bb0c (patch)
treebb77ff443e7ba03203d6e1e3df9ffa3104cfbef4 /fbi.c
parent483b8019a23f46b60c444d07c74968c7aa057f65 (diff)
downloadfbida-c6b3c5e1e868f86e32b47e3c41d09b795b60bb0c.tar.gz
separate cfg files for fbi/fbpdf
Diffstat (limited to 'fbi.c')
-rw-r--r--fbi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fbi.c b/fbi.c
index ccd038f..a2f7e34 100644
--- a/fbi.c
+++ b/fbi.c
@@ -1342,7 +1342,7 @@ int main(int argc, char *argv[])
#ifdef HAVE_LIBLIRC
lirc = lirc_fbi_init();
#endif
- fbi_read_config();
+ fbi_read_config(".fbirc");
cfg_parse_cmdline(&argc,argv,fbi_cmd);
cfg_parse_cmdline(&argc,argv,fbi_cfg);