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:
Glynn Foster 2004-12-20 22:25:29 +00:00 committed by Glynn Foster
parent 9a70468dc6
commit c52435f748
2 changed files with 5 additions and 1 deletions

View File

@ -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>
* src/notification.c: Fix #161539, and try and hide the parent

View File

@ -1241,7 +1241,7 @@ zenity_create_context (void)
/* Adds notification option entries */
a_group = g_option_group_new("notification",
N_("Notication options"),
N_("Notification options"),
N_("Show notification options"), NULL, 0);
g_option_group_add_entries(a_group, notification_options);
g_option_group_set_parse_hooks (a_group,