Small bug fix.

SVN revision: 39084
This commit is contained in:
titan 2009-02-18 22:06:40 +00:00 committed by titan
parent be2160abfc
commit 15f560a446
1 changed files with 1 additions and 0 deletions

View File

@ -230,6 +230,7 @@ static void return_to_normal(Ewl_Widget *w, void *event, void *data) {
NULL, NULL);
if (image_data)
free(image_data);
image_data = NULL;
ewl_notebook_visible_page_set(EWL_NOTEBOOK(ephoto_get_view_box()),
ephoto_get_normal_vbox());
}