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:
committed by
Tor Lillqvist
parent
d9fb9d5963
commit
245e344eff
@@ -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-17 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
|
||||
|
||||
@@ -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-17 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
|
||||
|
||||
@@ -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-17 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
|
||||
|
||||
@@ -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-17 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user