From fc8c5cac0dd8b1a38fef981e9f7e40d51a47963c Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Wed, 25 Nov 2009 01:02:11 +0000 Subject: [PATCH] Add illume-indicator module to configure.ac Some formatting in e_gadcon/e_shelf. SVN revision: 43966 --- configure.ac | 2 ++ src/bin/e_gadcon.c | 3 ++- src/bin/e_shelf.c | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index fbc3a6cf2..7b6563ae2 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/src/bin/e_gadcon.c b/src/bin/e_gadcon.c index f06797a33..f032f2f39 100644 --- a/src/bin/e_gadcon.c +++ b/src/bin/e_gadcon.c @@ -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", diff --git a/src/bin/e_shelf.c b/src/bin/e_shelf.c index c6f669a94..bd049f804 100644 --- a/src/bin/e_shelf.c +++ b/src/bin/e_shelf.c @@ -165,7 +165,7 @@ e_shelf_zone_new(E_Zone *zone, const char *name, const char *style, int popup, i locname = es->name; if (!name) locname = _("Shelf #"); snprintf(buf, sizeof(buf), "%s %i", locname, es->id); - es->gadcon->location = e_gadcon_location_new (buf, E_GADCON_SITE_SHELF, _e_shelf_gadcon_client_add, es, _e_shelf_gadcon_client_remove, es); + es->gadcon->location = e_gadcon_location_new(buf, E_GADCON_SITE_SHELF, _e_shelf_gadcon_client_add, es, _e_shelf_gadcon_client_remove, es); e_gadcon_location_register(es->gadcon->location); // hmm dnd in ibar and ibox kill this. ok. need to look into this more // es->gadcon->instant_edit = 1;