[project @ 2004-06-02 21:25:16 by bursa]

Handle errors from save_as_draw().

svn path=/import/netsurf/; revision=920
This commit is contained in:
James Bursa 2004-06-02 21:25:16 +00:00
parent de10519be4
commit e3369389a4

View File

@ -170,7 +170,8 @@ void ro_gui_save_datasave_ack(wimp_message *message)
break;
case GUI_SAVE_DRAW:
save_as_draw(c, path);
if (!save_as_draw(c, path))
return;
break;
case GUI_SAVE_TEXT: