NULL-terminate the options array. fixed.
2007-06-08 Christian Persch <chpe@gnome.org> * main.c: (main): NULL-terminate the options array. * ChangeLog: fixed. svn path=/trunk/; revision=7705
This commit is contained in:
parent
8ccc187c76
commit
1eb8cc98ae
3 changed files with 11 additions and 5 deletions
|
@ -1,8 +1,3 @@
|
||||||
2007-06-05 Christian Persch <chpe@gnome.org>
|
|
||||||
|
|
||||||
* typing-break/main.c: (main): Use GOption to parse the arguments. Bug
|
|
||||||
#444399.
|
|
||||||
|
|
||||||
2007-06-05 Jens Granseuer <jensgr@gmx.net>
|
2007-06-05 Jens Granseuer <jensgr@gmx.net>
|
||||||
|
|
||||||
* configure.in: add capplets/appearance/gnome-theme-package.xml
|
* configure.in: add capplets/appearance/gnome-theme-package.xml
|
||||||
|
|
|
@ -1,3 +1,13 @@
|
||||||
|
2007-06-08 Christian Persch <chpe@gnome.org>
|
||||||
|
|
||||||
|
* main.c: (main): NULL-terminate the options array.
|
||||||
|
* ChangeLog: fixed.
|
||||||
|
|
||||||
|
2007-06-05 Christian Persch <chpe@gnome.org>
|
||||||
|
|
||||||
|
* typing-break/main.c: (main): Use GOption to parse the arguments. Bug
|
||||||
|
#444399.
|
||||||
|
|
||||||
2007-06-05 Ross Burton <ross@openedhand.com>
|
2007-06-05 Ross Burton <ross@openedhand.com>
|
||||||
|
|
||||||
* drw-monitor.c:
|
* drw-monitor.c:
|
||||||
|
|
|
@ -61,6 +61,7 @@ main (int argc, char *argv[])
|
||||||
N_("Enable debugging code"), NULL },
|
N_("Enable debugging code"), NULL },
|
||||||
{ "no-check", 'n', 0, G_OPTION_ARG_NONE, &no_check,
|
{ "no-check", 'n', 0, G_OPTION_ARG_NONE, &no_check,
|
||||||
N_("Don't check whether the notification area exists"), NULL },
|
N_("Don't check whether the notification area exists"), NULL },
|
||||||
|
{ NULL }
|
||||||
};
|
};
|
||||||
GOptionContext *option_context;
|
GOptionContext *option_context;
|
||||||
GError *error = NULL;
|
GError *error = NULL;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue