Add illume-indicator module to configure.ac

Some formatting in e_gadcon/e_shelf.



SVN revision: 43966
This commit is contained in:
Christopher Michael 2009-11-25 01:02:11 +00:00
parent 2945763e97
commit fc8c5cac0d
3 changed files with 5 additions and 2 deletions

View File

@ -615,6 +615,8 @@ src/modules/illume-keyboard/Makefile
src/modules/illume-keyboard/module.desktop
src/modules/illume-keyboard/keyboards/Makefile
src/modules/illume-keyboard/dicts/Makefile
src/modules/illume-indicator/Makefile
src/modules/illume-indicator/module.desktop
src/modules/syscon/Makefile
src/modules/syscon/module.desktop
src/modules/everything/Makefile

View File

@ -911,7 +911,8 @@ e_gadcon_client_edit_begin(E_Gadcon_Client *gcc)
evas_object_geometry_get(gcc->o_frame, &x, &y, &w, &h);
else if (gcc->o_base)
evas_object_geometry_get(gcc->o_base, &x, &y, &w, &h);
else return; /* make clang happy */
// FIXME
// else return; /* make clang happy */
evas_object_move(gcc->o_control, x, y);
evas_object_resize(gcc->o_control, w, h);
e_theme_edje_object_set(gcc->o_control, "base/theme/gadman",