Config: Fix bug with titlebar buttons.

This commit is contained in:
Martin Duquesnoy
2009-11-15 14:27:20 +01:00
parent 34b8d78e80
commit e9bc1590b0
4 changed files with 39 additions and 38 deletions

View File

@@ -67,7 +67,7 @@ char *erase_sec_content(char *buf);
char *opt_srch(char *buf, char *opt);
opt_type str_to_opt(char *str);
char *clean_value(char *str);
void set_current_sauv(char *str);
void cfg_set_sauv(char *str);
char **secname(char *name);
void free_secname(char **secname);