]> Dogcows Code - chaz/tint2/blobdiff - src/tint.c
*add* remove of tooltip = En/Disabled. it's renamed to task_tooltip to enable/disable...
[chaz/tint2] / src / tint.c
index a7016b3ea403e463c590c8825e7440d263f316fd..bc915eb3f3a51f31cbf110e6e7744376c46efe3e 100644 (file)
@@ -873,7 +873,6 @@ start:
                                                if (e.xmotion.state & button_mask)
                                                        event_button_motion_notify (&e);
 
-                                               if (!g_tooltip.enabled) break;
                                                Panel* panel = get_panel(e.xmotion.window);
                                                Area* area = click_area(panel, e.xmotion.x, e.xmotion.y);
                                                if (area->_get_tooltip_text)
@@ -884,8 +883,7 @@ start:
                                        }
 
                                        case LeaveNotify:
-                                               if (g_tooltip.enabled)
-                                                       tooltip_trigger_hide();
+                                               tooltip_trigger_hide();
                                                break;
 
                                        case Expose:
This page took 0.015924 seconds and 4 git commands to generate.