forked from AuroraMiddleware/gtk
Remove spurious semicolon. Thanks to Kjartan Maraas for pointing it out.
2004-03-10 Federico Mena Quintero <federico@ximian.com> * gtk/gtkstyle.c (draw_dot): Remove spurious semicolon. Thanks to Kjartan Maraas for pointing it out.
This commit is contained in:
parent
d96974454f
commit
74f3471610
@ -1,3 +1,8 @@
|
||||
2004-03-10 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkstyle.c (draw_dot): Remove spurious semicolon. Thanks to
|
||||
Kjartan Maraas for pointing it out.
|
||||
|
||||
Wed Mar 10 23:40:15 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Set the background
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-03-10 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkstyle.c (draw_dot): Remove spurious semicolon. Thanks to
|
||||
Kjartan Maraas for pointing it out.
|
||||
|
||||
Wed Mar 10 23:40:15 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Set the background
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-03-10 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkstyle.c (draw_dot): Remove spurious semicolon. Thanks to
|
||||
Kjartan Maraas for pointing it out.
|
||||
|
||||
Wed Mar 10 23:40:15 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Set the background
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-03-10 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkstyle.c (draw_dot): Remove spurious semicolon. Thanks to
|
||||
Kjartan Maraas for pointing it out.
|
||||
|
||||
Wed Mar 10 23:40:15 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Set the background
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-03-10 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkstyle.c (draw_dot): Remove spurious semicolon. Thanks to
|
||||
Kjartan Maraas for pointing it out.
|
||||
|
||||
Wed Mar 10 23:40:15 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Set the background
|
||||
|
@ -4786,7 +4786,7 @@ draw_dot (GdkWindow *window,
|
||||
gdk_draw_point (window, light_gc, x, y);
|
||||
gdk_draw_point (window, light_gc, x+1, y+1);
|
||||
}
|
||||
else if (size == 3);
|
||||
else if (size == 3)
|
||||
{
|
||||
gdk_draw_point (window, light_gc, x, y);
|
||||
gdk_draw_point (window, light_gc, x+1, y);
|
||||
|
Loading…
Reference in New Issue
Block a user