Skip to content

Commit

Permalink
9495 gui-install dumps core after PR#{39,40}
Browse files Browse the repository at this point in the history
  • Loading branch information
pyhalov committed Apr 24, 2018
1 parent 2435567 commit ecab5f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions usr/src/cmd/gui-install/src/main.c
Expand Up @@ -545,9 +545,11 @@ main(int argc, char *argv[])
bindtextdomain(GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR);
bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8");
textdomain(GETTEXT_PACKAGE);
setlocale(LC_ALL,"");
#endif

gui_error_logging_init("gui-install");
gtk_init(&argc, &argv);
g_option_context_add_main_entries(
option_context,
option_entries,
Expand Down

0 comments on commit ecab5f6

Please sign in to comment.