]> Dogcows Code - chaz/tint2/blobdiff - src/config.c
cleanup default value on SIGUSR1
[chaz/tint2] / src / config.c
index 9e74f1751d94bb9d9f0642c0a5089b517e6a2c99..30aa6e122f700d614d63b93501ddb58f2f9768aa 100644 (file)
@@ -73,6 +73,7 @@ void init_config()
        Background transparent_bg;
        memset(&transparent_bg, 0, sizeof(Background));
        g_array_append_val(backgrounds, transparent_bg);
+printf("*** init_config()\n");
 
        // tint2 could reload config, so we cleanup objects
        cleanup_systray();
@@ -626,7 +627,7 @@ void add_entry (char *key, char *value)
                panel_autohide_height = atoi(value);
 
        else
-               fprintf(stderr, "tint2 : invalid option \"%s\", correct your config file\n", key);
+               fprintf(stderr, "tint2 : invalid option \"%s\",\n  upgrade tint2 or correct your config file\n", key);
 
        if (value1) free (value1);
        if (value2) free (value2);
This page took 0.022001 seconds and 4 git commands to generate.