mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Remove duplicated line. (Spotted by Benoît Carpentier.)
2004-05-22 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkinput-win32.c (print_lc): Remove duplicated line. (Spotted by Benoît Carpentier.)
This commit is contained in:
parent
3d07c4a958
commit
cd1f697ce1
@ -1,3 +1,8 @@
|
||||
2004-05-22 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkinput-win32.c (print_lc): Remove duplicated
|
||||
line. (Spotted by Benoît Carpentier.)
|
||||
|
||||
2004-05-18 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Check for XFIXES extension.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-05-22 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkinput-win32.c (print_lc): Remove duplicated
|
||||
line. (Spotted by Benoît Carpentier.)
|
||||
|
||||
2004-05-18 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Check for XFIXES extension.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-05-22 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkinput-win32.c (print_lc): Remove duplicated
|
||||
line. (Spotted by Benoît Carpentier.)
|
||||
|
||||
2004-05-18 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Check for XFIXES extension.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-05-22 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkinput-win32.c (print_lc): Remove duplicated
|
||||
line. (Spotted by Benoît Carpentier.)
|
||||
|
||||
2004-05-18 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Check for XFIXES extension.
|
||||
|
@ -109,7 +109,6 @@ print_lc(LOGCONTEXT *lc)
|
||||
if (lc->lcOptions & CXO_MARGIN) g_print (" CXO_MARGIN");
|
||||
if (lc->lcOptions & CXO_MGNINSIDE) g_print (" CXO_MGNINSIDE");
|
||||
if (lc->lcOptions & CXO_CSRMESSAGES) g_print (" CXO_CSRMESSAGES");
|
||||
if (lc->lcOptions & CXO_CSRMESSAGES) g_print (" CXO_CSRMESSAGES");
|
||||
g_print ("\n");
|
||||
g_print ("lcStatus =");
|
||||
if (lc->lcStatus & CXS_DISABLED) g_print (" CXS_DISABLED");
|
||||
|
Loading…
Reference in New Issue
Block a user