| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
| |
And update calls in <about:(version)> and <about:preferences>.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Fixes:
CC src/schemes/about/marquee-marquee.o
src/schemes/about/marquee.c: In function ‘mq_about_marquee_response’:
src/schemes/about/marquee.c:72:5: warning: format not a string literal, argument types not checked [-Wformat-nonliteral]
"DANGER", "DO NOT PRESS"));
^
|
|
|
|
|
|
|
|
|
|
| |
Surprisingly, this was the error, instead of a fatal error about not
finding "../paths.h":
CC src/schemes/about/marquee-marquee.o
src/schemes/about/marquee.c:58:1: warning: no previous prototype for ‘mq_about_marquee_response’ [-Wmissing-prototypes]
mq_about_marquee_response(MqApplication *application, GHashTable *query,
^
|
| |
|
|
|