Fix tyop for #161774, as reported by Christian.
2004-12-21 Glynn Foster <glynn.foster@sun.com> * src/option.c: Fix tyop for #161774, as reported by Christian.
This commit is contained in:
parent
9a70468dc6
commit
c52435f748
@ -1,3 +1,7 @@
|
|||||||
|
2004-12-21 Glynn Foster <glynn.foster@sun.com>
|
||||||
|
|
||||||
|
* src/option.c: Fix tyop for #161774, as reported by Christian.
|
||||||
|
|
||||||
2004-12-20 Glynn Foster <glynn.foster@sun.com>
|
2004-12-20 Glynn Foster <glynn.foster@sun.com>
|
||||||
|
|
||||||
* src/notification.c: Fix #161539, and try and hide the parent
|
* src/notification.c: Fix #161539, and try and hide the parent
|
||||||
|
@ -1241,7 +1241,7 @@ zenity_create_context (void)
|
|||||||
|
|
||||||
/* Adds notification option entries */
|
/* Adds notification option entries */
|
||||||
a_group = g_option_group_new("notification",
|
a_group = g_option_group_new("notification",
|
||||||
N_("Notication options"),
|
N_("Notification options"),
|
||||||
N_("Show notification options"), NULL, 0);
|
N_("Show notification options"), NULL, 0);
|
||||||
g_option_group_add_entries(a_group, notification_options);
|
g_option_group_add_entries(a_group, notification_options);
|
||||||
g_option_group_set_parse_hooks (a_group,
|
g_option_group_set_parse_hooks (a_group,
|
||||||
|
Reference in New Issue
Block a user