mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
fix ytpo: s/eles/else/
Thu Feb 26 17:31:34 2004 Manish Singh <yosh@gimp.org> * gdk/x11/xsettings-client.c (read_settings): fix ytpo: s/eles/else/
This commit is contained in:
parent
4cbbe4e161
commit
7f31ba2bd6
@ -1,3 +1,7 @@
|
||||
Thu Feb 26 17:31:34 2004 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gdk/x11/xsettings-client.c (read_settings): fix ytpo: s/eles/else/
|
||||
|
||||
Thu Feb 26 19:53:32 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/xsettings-common.h (xsettings_client_process_event):
|
||||
|
@ -1,3 +1,7 @@
|
||||
Thu Feb 26 17:31:34 2004 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gdk/x11/xsettings-client.c (read_settings): fix ytpo: s/eles/else/
|
||||
|
||||
Thu Feb 26 19:53:32 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/xsettings-common.h (xsettings_client_process_event):
|
||||
|
@ -1,3 +1,7 @@
|
||||
Thu Feb 26 17:31:34 2004 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gdk/x11/xsettings-client.c (read_settings): fix ytpo: s/eles/else/
|
||||
|
||||
Thu Feb 26 19:53:32 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/xsettings-common.h (xsettings_client_process_event):
|
||||
|
@ -1,3 +1,7 @@
|
||||
Thu Feb 26 17:31:34 2004 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gdk/x11/xsettings-client.c (read_settings): fix ytpo: s/eles/else/
|
||||
|
||||
Thu Feb 26 19:53:32 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/xsettings-common.h (xsettings_client_process_event):
|
||||
|
@ -1,3 +1,7 @@
|
||||
Thu Feb 26 17:31:34 2004 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gdk/x11/xsettings-client.c (read_settings): fix ytpo: s/eles/else/
|
||||
|
||||
Thu Feb 26 19:53:32 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/xsettings-common.h (xsettings_client_process_event):
|
||||
|
@ -389,7 +389,7 @@ read_settings (XSettingsClient *client)
|
||||
{
|
||||
fprintf (stderr, "Invalid type for XSETTINGS property");
|
||||
}
|
||||
eles if (format != 8)
|
||||
else if (format != 8)
|
||||
{
|
||||
fprintf (stderr, "Invalid format for XSETTINGS property %d", format);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user