~aurelien-riv/+junk/livewallpaper

« back to all changes in this revision

Viewing changes to src/command-line.c

  • Committer: Maximilian Schnarr
  • Date: 2012-11-11 10:31:07 UTC
  • mfrom: (93.1.1 livewallpaper)
  • Revision ID: fyrmir@gmx.de-20121111103107-j1h9kdiok3u2k5re
Merged Aurélien's changes and fixed a small bug.

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
        options[2].arg_data = &self->priv->if_autostart;
74
74
 
75
75
        context = g_option_context_new(NULL);
76
 
        g_option_context_add_main_entries(context, options, TEXT_DOMAIN);
 
76
        g_option_context_add_main_entries(context, options, GETTEXT_PACKAGE);
77
77
 
78
78
        if(!g_option_context_parse(context, argc, argv, &error))
79
79
        {