Dismiss the XKB extensions warning dialog. Fixes #95069
2002-10-11 Balamurali Viswanathan <balamurali.viswanathan@wipro.com> * gnome-accessibility-keyboard-properties.c (xkb_enabled): Dismiss the XKB extensions warning dialog. Fixes #95069
This commit is contained in:
parent
de08ed2958
commit
23efb59ff1
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-10-11 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
|
||||
|
||||
* gnome-accessibility-keyboard-properties.c (xkb_enabled): Dismiss
|
||||
the XKB extensions warning dialog. Fixes #95069
|
||||
|
||||
2002-10-01 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* Release 2.1.0.1
|
||||
|
|
|
@ -56,6 +56,7 @@ xkb_enabled (void)
|
|||
GTK_MESSAGE_WARNING, GTK_BUTTONS_CLOSE,
|
||||
_("This system does not seem to have the XKB extension. The keyboard accessibility features will not operate with it."));
|
||||
gtk_dialog_run (GTK_DIALOG (warn));
|
||||
gtk_widget_destroy (warn);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue