[Pkg-e-commits] [SCM] Enlightenment DR17 toolkit based (based on the EFL) branch, upstream-vcs, updated. 447de88121d145a078f1754a0cfebb704d363821
pfritz
pfritz at alioth.debian.org
Sat Jun 7 18:34:05 UTC 2008
The following commit has been merged in the upstream-vcs branch:
commit e3fdebc1fba04620d7b3fa740408d083c8f76c5a
Author: pfritz <pfritz>
Date: Sun Apr 20 15:07:35 2008 +0000
cast
diff --git a/src/bin/main.c b/src/bin/main.c
index f5b65f4..4dcd7e8 100644
--- a/src/bin/main.c
+++ b/src/bin/main.c
@@ -1355,9 +1355,9 @@ ewl_cb_mvc_free(Ewl_Widget *w, void *ev __UNUSED__, void *data __UNUSED__)
Ewl_Model *model;
Ewl_View *view;
- model = ewl_mvc_model_get(EWL_MVC(w));
+ model = (Ewl_Model *)ewl_mvc_model_get(EWL_MVC(w));
free(model);
- view = ewl_mvc_view_get(EWL_MVC(w));
+ view = (Ewl_View *)ewl_mvc_view_get(EWL_MVC(w));
free(view);
}
--
Enlightenment DR17 toolkit based (based on the EFL)
More information about the Pkg-e-commits
mailing list