make geometry switch override the config file

Closes #69
This commit is contained in:
Daniel Micay 2013-03-15 18:05:33 -04:00
parent a3b33d40b3
commit 1b32c0af7f
1 changed files with 1 additions and 1 deletions

View File

@ -1294,7 +1294,7 @@ int main(int argc, char **argv) {
nullptr, FALSE, FALSE, FALSE, -1, config_file}
};
load_config(GTK_WINDOW(window), vte, &info.config, &geometry);
load_config(GTK_WINDOW(window), vte, &info.config, geometry ? nullptr : &geometry);
vte_terminal_set_pty_object(vte, pty);
vte_pty_set_term(pty, term);