From 8dcd10673cc35f4514bc54817035410552672362 Mon Sep 17 00:00:00 2001 From: titan Date: Thu, 24 Apr 2008 02:21:08 +0000 Subject: [PATCH] Fix compile error SVN revision: 34358 --- src/bin/ephoto_exif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/ephoto_exif.c b/src/bin/ephoto_exif.c index c81f3ed..256062c 100644 --- a/src/bin/ephoto_exif.c +++ b/src/bin/ephoto_exif.c @@ -133,7 +133,7 @@ add_exif_to_container(Ewl_Widget *c) ewl_container_child_append(EWL_CONTAINER(c), sp); ewl_widget_show(sp); - model = ewl_model_ecore_list_get(); + model = ewl_model_ecore_list_instance(); view = ewl_label_view_get(); list = ewl_list_new();