Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib/ev-tooltip.c
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-09-07 14:55:34 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-09-07 14:55:34 (GMT)
commit02291c7a30eed2a32470219909c8cb96735f8f27 (patch)
tree5ac2a671c93dd59fe8fbadbade096d72c1842cb4 /lib/ev-tooltip.c
parent9f8ec2d921de1c31da212c8486ab2bda85d51bf9 (diff)
Use mozilla style vs gtk style, way better for links.
2005-09-07 Marco Pesenti Gritti <mpg@redhat.com> * lib/ev-tooltip.c: Use mozilla style vs gtk style, way better for links. * shell/ev-view.c: (ev_view_motion_notify_event), (ev_view_destroy), (ev_view_init): Deactive tooltip when the link hovered is changed.
Diffstat (limited to 'lib/ev-tooltip.c')
-rw-r--r--lib/ev-tooltip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ev-tooltip.c b/lib/ev-tooltip.c
index 4aeb365..ce8158c 100644
--- a/lib/ev-tooltip.c
+++ b/lib/ev-tooltip.c
@@ -29,7 +29,7 @@
#include <gtk/gtklabel.h>
#define DEFAULT_DELAY 500
-#define STICKY_DELAY 0
+#define STICKY_DELAY 500
#define STICKY_REVERT_DELAY 1000
struct _EvTooltipPrivate {