Cleanup
This commit is contained in:
parent
e365aa19db
commit
6b122293aa
|
@ -297,7 +297,6 @@ static void load_config(GtkWindow *window, VteTerminal *vte,
|
||||||
if (!browser_cmd[0]) *clickable_url = false;
|
if (!browser_cmd[0]) *clickable_url = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (get_config_string(config, "options", "font", &cfgstr)) {
|
if (get_config_string(config, "options", "font", &cfgstr)) {
|
||||||
vte_terminal_set_font_from_string(vte, cfgstr);
|
vte_terminal_set_font_from_string(vte, cfgstr);
|
||||||
g_free(cfgstr);
|
g_free(cfgstr);
|
||||||
|
|
Loading…
Reference in New Issue