asparagus - again. lots fo leak fixes and other fixes have been happening, so

i think an asparagus is a good idea - sorry package config people. :)


SVN revision: 17340
This commit is contained in:
Carsten Haitzler 2005-10-09 04:22:19 +00:00
parent 192e1feeb8
commit a711f4ccc2
2 changed files with 18 additions and 18 deletions

View File

@ -7,7 +7,7 @@ AC_INIT(configure.in)
AC_CANONICAL_BUILD
AC_CANONICAL_HOST
AC_ISC_POSIX
AM_INIT_AUTOMAKE(enlightenment, 0.16.999.017)
AM_INIT_AUTOMAKE(enlightenment, 0.16.999.018)
AM_CONFIG_HEADER(config.h)
AC_C_BIGENDIAN

View File

@ -92,7 +92,7 @@ _e_configure_cb_resize(E_Win *win)
{
ecore_evas_geometry_get(win->ecore_evas, NULL, NULL, &w, &h);
app = (E_Configure *) ecore_evas_data_get(win->ecore_evas, "App");
app = (E_Configure *)ecore_evas_data_get(win->ecore_evas, "App");
evas_object_resize(app->edje, w, h);
}
}