summaryrefslogtreecommitdiffstats
path: root/friendfinder/e_smart_map.c
diff options
context:
space:
mode:
authorPatrick Hornecker2010-02-25 11:09:06 +0100
committerPatrick Hornecker2010-02-25 11:09:06 +0100
commitf8b9531d4d902babb7eccaa4c371f3ace720551d (patch)
tree8dc74d24a1b5d96df423fece3ec74341aa057fbd /friendfinder/e_smart_map.c
parenttex source (diff)
downloadfriendfinder-f8b9531d4d902babb7eccaa4c371f3ace720551d.tar.gz
friendfinder-f8b9531d4d902babb7eccaa4c371f3ace720551d.tar.xz
friendfinder-f8b9531d4d902babb7eccaa4c371f3ace720551d.zip
tex source and code modifications
Diffstat (limited to 'friendfinder/e_smart_map.c')
-rw-r--r--friendfinder/e_smart_map.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/friendfinder/e_smart_map.c b/friendfinder/e_smart_map.c
index 2bdcd23..4e9f070 100644
--- a/friendfinder/e_smart_map.c
+++ b/friendfinder/e_smart_map.c
@@ -27,10 +27,10 @@ static void _map_object_clip_set(Evas_Object *o, Evas_Object *clip);
static void _map_object_clip_unset(Evas_Object *o);
#define SMART_MAP_NAME "e_smart_map"
-
+/*
struct bubble *bb;
first_draw = 0;
-
+*/
void e_smart_map_set_info(Evas_Object *o, const char *info)
{
struct smart_map *smart;
@@ -92,8 +92,8 @@ void e_smart_map_overlay_set_bubble(Evas_Object *o, char *overlay, char *info, c
struct smart_map *smart;
smart = evas_object_smart_data_get(o);
- //struct bubble *bb;
-
+ struct bubble *bb;
+/*
if (first_draw == 0)
{
bb = create_text_bubble(smart, info, text);
@@ -105,8 +105,8 @@ void e_smart_map_overlay_set_bubble(Evas_Object *o, char *overlay, char *info, c
{
evas_object_del(bb->bb);
bb = create_text_bubble(smart, info, text);
- }
-
+ }*/
+ bb = create_text_bubble(smart, info, text);
struct overlay_item *poi = malloc(sizeof(struct overlay_item));
poi->obj = &bb->object;