X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fconfig.c;h=80d02c0275b564bbaedc5347534ee8c150e01528;hb=b0daed8dd52ebaa40fa993e5b9f23c823937c120;hp=4b84e9412256220af65386c3a29fd3d589238f48;hpb=a7a7c18504d5fdf7559a47ea649151a281cbd21d;p=chaz%2Ftint2 diff --git a/src/config.c b/src/config.c index 4b84e94..80d02c0 100644 --- a/src/config.c +++ b/src/config.c @@ -77,45 +77,6 @@ void cleanup_config() } -void extract_values (const char *value, char **value1, char **value2, char **value3) -{ - char *b=0, *c=0; - - if (*value1) free (*value1); - if (*value2) free (*value2); - if (*value3) free (*value3); - - if ((b = strchr (value, ' '))) { - b[0] = '\0'; - b++; - } - else { - *value2 = 0; - *value3 = 0; - } - *value1 = strdup (value); - g_strstrip(*value1); - - if (b) { - if ((c = strchr (b, ' '))) { - c[0] = '\0'; - c++; - } - else { - c = 0; - *value3 = 0; - } - *value2 = strdup (b); - g_strstrip(*value2); - } - - if (c) { - *value3 = strdup (c); - g_strstrip(*value3); - } -} - - void get_action (char *event, int *action) { if (strcmp (event, "none") == 0) @@ -257,7 +218,7 @@ void add_entry (char *key, char *value) if (snapshot_path == 0) systray_enabled = 1; } - if (panel_items_order[j] == 'C') + if (panel_items_order[j] == 'C') clock_enabled = 1; } } @@ -557,6 +518,9 @@ void add_entry (char *key, char *value) panel_config.g_task.config_background_mask |= (1<