fix tooltip netwm window type
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Sat, 29 Dec 2012 15:56:06 +0000 (15:56 +0000)
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Sat, 29 Dec 2012 15:56:06 +0000 (15:56 +0000)
SVN revision: 81875

ChangeLog
NEWS
src/lib/els_tooltip.c

index d6187264a40bd859c75f10e881595cc71ad06a22..57309f28dd32e590077e92ee250b55d2f49d957a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 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
diff --git a/NEWS b/NEWS
index 53bd189a6763527c72cc88f3add0684981a68a6e..ae2d8ce37850c282a4074f96bde76c590410283c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,12 @@
-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
index 4d8b74397d1ed9d485b64c44f291a3ebaac18d71..2e86a2589a56e1f2dfddf614997b2ca3feb8ca08 100644 (file)
@@ -131,7 +131,7 @@ _elm_tooltip_show(Elm_Tooltip *tt)
      }
    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);