Skip to content

Commit

Permalink
Move layout.order default init to setup_default_options().
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Monin committed Apr 14, 2008
1 parent ec46e7a commit 28d489b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1181,6 +1181,7 @@ static void setup_default_options(void)

set_default_fullscreen_info(options);
sidecar_ext_add_defaults();
options->layout.order = g_strdup("123");
}

static void exit_program_final(void)
Expand Down Expand Up @@ -1321,7 +1322,6 @@ int main (int argc, char *argv[])
printf("%s %s, This is an alpha release.\n", GQ_APPNAME, VERSION);
#endif
options = init_options(NULL);
options->layout.order = g_strdup("123"); /* TODO: move to init_options() */
setup_default_options();
load_options();

Expand Down

0 comments on commit 28d489b

Please sign in to comment.