reset first to TRUE properly when the desktop popup is off

This commit is contained in:
Dana Jansens 2003-08-20 04:47:01 +00:00
parent c4ec27c275
commit 0844866bbd

View file

@ -700,9 +700,10 @@ guint screen_cycle_desktop(ObDirection dir, gboolean wrap, gboolean linear,
d = translate_row_col(r, c);
}
if (config_desktop_popup)
if (config_desktop_popup) {
popup_cycle(d, TRUE);
return d;
}
done_cycle:
first = TRUE;