a bit better messaging
This commit is contained in:
parent
9e9c48427d
commit
66cb02bd8c
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ activation_error (void)
|
||||||
int release = VendorRelease (GDK_DISPLAY ());
|
int release = VendorRelease (GDK_DISPLAY ());
|
||||||
gboolean badXFree430Release = (!strcmp (vendor,
|
gboolean badXFree430Release = (!strcmp (vendor,
|
||||||
"The XFree86 Project, Inc"))
|
"The XFree86 Project, Inc"))
|
||||||
&& (release == 40300000);
|
&& (release / 100000 == 403);
|
||||||
|
|
||||||
GtkWidget *msg = gtk_message_dialog_new (NULL,
|
GtkWidget *msg = gtk_message_dialog_new (NULL,
|
||||||
GTK_DIALOG_MODAL |
|
GTK_DIALOG_MODAL |
|
||||||
|
@ -59,7 +59,7 @@ activation_error (void)
|
||||||
GTK_BUTTONS_OK,
|
GTK_BUTTONS_OK,
|
||||||
_
|
_
|
||||||
("Error activating XKB configuration.\n"
|
("Error activating XKB configuration.\n"
|
||||||
"Probably internal X server problem.\n\nX server version data:\n%s\n%d%s"),
|
"Probably internal X server problem.\n\nX server version data:\n%s\n%d\n%s"),
|
||||||
vendor,
|
vendor,
|
||||||
release,
|
release,
|
||||||
badXFree430Release ?
|
badXFree430Release ?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue