gui: Check return value of para_exec_cmdline_pid().
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index f7216ea35ee031795a0bf2e916aa8c5bb5b788a9..cfd2b1bdccb29ad4dede7f4f4988ba60f0000411 100644 (file)
--- a/error.h
+++ b/error.h
@@ -17,6 +17,7 @@ DEFINE_ERRLIST_OBJECT_ENUM;
 #define CLOSE_ON_FORK_ERRORS
 #define DAEMON_ERRORS
 #define GUI_ERRORS
+#define GUI_THEME_ERRORS
 #define RINGBUFFER_ERRORS
 #define SCORE_ERRORS
 #define RBTREE_ERRORS
@@ -442,6 +443,7 @@ extern const char **para_errlist[];
        PARA_ERROR(EOF, "end of file"), \
        PARA_ERROR(READ_PATTERN, "did not read expected pattern"), \
        PARA_ERROR(SHORT_WRITE, "unexpected short write"), \
+       PARA_ERROR(EMPTY, "file is empty"), \
 
 
 #define ALSA_WRITE_ERRORS \