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:
Balamurali Viswanathan 2002-10-11 16:43:32 +00:00 committed by Balamurali Viswanathan
parent de08ed2958
commit 23efb59ff1
2 changed files with 6 additions and 0 deletions

View file

@ -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> 2002-10-01 Jody Goldberg <jody@gnome.org>
* Release 2.1.0.1 * Release 2.1.0.1

View file

@ -56,6 +56,7 @@ xkb_enabled (void)
GTK_MESSAGE_WARNING, GTK_BUTTONS_CLOSE, 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.")); _("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_dialog_run (GTK_DIALOG (warn));
gtk_widget_destroy (warn);
} }
} }
#endif #endif