2012-12-28 Mike Blumenkrantz
* Fix bug where genlist would delete items added during selection callback if a clear was queued
+
+2012-12-29 Mike Blumenkrantz
+
+ * Tooltips now correctly set NETWM tooltip window type
-Elementary 1.7.4
+Elementary 1.7.5
-Changes since Elementary 1.7.3:
+Changes since Elementary 1.7.4:
-------------------------
Fixes:
* Fix bug where genlist would delete items added during selection callback if a clear was queued
+ * Tooltips now correctly set NETWM tooltip window type
Elementary 1.7.4
}
if (tt->free_size)
{
- tt->tt_win = elm_win_add(NULL, "tooltip", ELM_WIN_BASIC);
+ tt->tt_win = elm_win_add(NULL, "tooltip", ELM_WIN_TOOLTIP);
elm_win_override_set(tt->tt_win, EINA_TRUE);
tt->tt_evas = evas_object_evas_get(tt->tt_win);
tt->tooltip = edje_object_add(tt->tt_evas);