warning--

This commit is contained in:
Carsten Haitzler 2013-10-12 14:18:08 +09:00
parent 264a77594a
commit 8eba175742
2 changed files with 1 additions and 2 deletions

View File

@ -52,8 +52,8 @@ _cb_op_theme_content_get(void *data, Evas_Object *obj, const char *part)
o = options_theme_preview_add(obj, config, buf,
128 * elm_config_scale_get(),
64 * elm_config_scale_get());
return o;
}
return o;
}
return NULL;

View File

@ -97,7 +97,6 @@ options_theme_preview_add(Evas_Object *parent, Config *config, const char *file,
{
Evas_Object *o, *oo, *obase, *oe, *obg;
Evas *evas;
int tw, th;
Evas_Coord ww, hh, y;
obase = elm_grid_add(parent);