| 1062 | } |
| 1063 | |
| 1064 | void |
| 1065 | ghb_prefs_store(void) |
| 1066 | { |
| 1067 | if (prefs_modified) |
| 1068 | { |
| 1069 | store_prefs(); |
| 1070 | prefs_modified = FALSE; |
| 1071 | } |
| 1072 | } |
| 1073 | |
| 1074 | void |
| 1075 | ghb_settings_init(GhbValue *settings, const char *name) |
no test coverage detected