diff options
-rw-r--r-- | pluma/pluma.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pluma/pluma.c b/pluma/pluma.c index ef05db8c..6f12a051 100644 --- a/pluma/pluma.c +++ b/pluma/pluma.c @@ -523,15 +523,13 @@ main (int argc, char *argv[]) /* Setup command line options */ context = g_option_context_new (_("- Edit text files")); g_option_context_add_main_entries (context, options, GETTEXT_PACKAGE); - g_option_context_add_group (context, gtk_get_option_group (FALSE)); + g_option_context_add_group (context, gtk_get_option_group (TRUE)); g_option_context_add_group (context, egg_sm_client_get_option_group ()); #ifdef HAVE_INTROSPECTION g_option_context_add_group (context, g_irepository_get_option_group ()); #endif - gtk_init (&argc, &argv); - if (!g_option_context_parse (context, &argc, &argv, &error)) { g_print(_("%s\nRun '%s --help' to see a full list of available command line options.\n"), |