aboutsummaryrefslogtreecommitdiff
path: root/plugins/style/style.c
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-02-08 14:29:36 +0100
committerNunoSempere <nuno.sempere@protonmail.com>2023-02-08 14:29:36 +0100
commitc10b7632ebcedff280c4be1357977ae26eff4eaa (patch)
treebe358891123250b81faa644d81f348233b4937de /plugins/style/style.c
parent2db650d7cc0600a0ccdc5ba31ad3a97b3b74a6ea (diff)
feat: add possibility of launching many tabs at once.
also, personalize this: - enable extensions - change to my css - change relative paths. fix various bugs: - set the zoom level in notebook_append, not in notebook_init - have a handly debug option for valgrind
Diffstat (limited to 'plugins/style/style.c')
-rw-r--r--plugins/style/style.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/style/style.c b/plugins/style/style.c
index dc2da8a..7e8ddf0 100644
--- a/plugins/style/style.c
+++ b/plugins/style/style.c
@@ -4,7 +4,7 @@
#define STYLE_N 794 + 1
void read_style_js(char* string){
- FILE *fp=fopen("/home/loki/Documents/core/software/fresh/C/rose-browser/rose-bud-personal/plugins/style/style.js", "r");
+ FILE *fp=fopen("/home/loki/Documents/core/software/fresh/C/rose-browser/rose-browser/plugins/style/style.js", "r");
if (!fp) { // fp is NULL, fopen failed
fprintf(stderr, "Failed to open file\n");
string=NULL;