SVN revision: 5466
This commit is contained in:
Carsten Haitzler 2001-10-10 21:38:42 +00:00
parent 4b8d85b97d
commit 864b65a1ce
1 changed files with 4 additions and 1 deletions

View File

@ -221,7 +221,10 @@ e_cursors_display_in_window(Window win, char *type)
if (c)
e_cursor_set(win, c->cursor);
else
{
if (!strcmp(type, "Default")) return;
e_cursors_display_in_window(win, "Default");
}
}
void