The message is actually info, not error
This commit is contained in:
parent
3a71488be7
commit
c5f62ea384
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ gnome_settings_keyboard_xkb_analyze_sysconfig (void)
|
||||||
!GSwitchItXkbConfigEquals (&gswicNow, &gswicWas)) {
|
!GSwitchItXkbConfigEquals (&gswicNow, &gswicWas)) {
|
||||||
GtkWidget *msg = gtk_message_dialog_new_with_markup (NULL,
|
GtkWidget *msg = gtk_message_dialog_new_with_markup (NULL,
|
||||||
0,
|
0,
|
||||||
GTK_MESSAGE_ERROR,
|
GTK_MESSAGE_INFO,
|
||||||
GTK_BUTTONS_CLOSE,
|
GTK_BUTTONS_CLOSE,
|
||||||
//!! temporary one
|
//!! temporary one
|
||||||
_
|
_
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue