X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-tooltip.c;h=b23a6c9998b1152325bc7749cb77720e1fa3ea3f;hb=0be3be0d4166be324d628802772e99cacd336f11;hp=f66f22f53f4ad831dc490be294905283d6b74c7a;hpb=13a06349251874bd35d2f03c3fc93217cee749a2;p=evince.git diff --git a/shell/ev-tooltip.c b/shell/ev-tooltip.c index f66f22f5..b23a6c99 100644 --- a/shell/ev-tooltip.c +++ b/shell/ev-tooltip.c @@ -24,9 +24,9 @@ #include "config.h" #endif -#include "ev-tooltip.h" +#include -#include +#include "ev-tooltip.h" #define DEFAULT_DELAY 500 #define STICKY_DELAY 500 @@ -66,6 +66,8 @@ ev_tooltip_dispose (GObject *object) g_source_remove (tooltip->priv->timer_tag); tooltip->priv->timer_tag = 0; } + + G_OBJECT_CLASS (ev_tooltip_parent_class)->dispose (object); } static void