fix a variable used without being initialized case

This commit is contained in:
Dana Jansens 2003-09-25 22:00:07 +00:00
parent 7d8b272f8f
commit 1ee19207fb

View file

@ -184,7 +184,7 @@ void menu_frame_move(ObMenuFrame *self, gint x, gint y)
void menu_frame_move_on_screen(ObMenuFrame *self)
{
Rect *a;
Rect *a = NULL;
guint i;
gint dx = 0, dy = 0;
gint pos, half;