]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-tooltip.c
Updated Arabic Translation by Khaled Hosny.
[evince.git] / shell / ev-tooltip.c
index f66f22f53f4ad831dc490be294905283d6b74c7a..b23a6c9998b1152325bc7749cb77720e1fa3ea3f 100644 (file)
@@ -24,9 +24,9 @@
 #include "config.h"
 #endif
 
 #include "config.h"
 #endif
 
-#include "ev-tooltip.h"
+#include <gtk/gtk.h>
 
 
-#include <gtk/gtklabel.h>
+#include "ev-tooltip.h"
 
 #define DEFAULT_DELAY 500
 #define STICKY_DELAY 500
 
 #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_source_remove (tooltip->priv->timer_tag);
                tooltip->priv->timer_tag = 0;
        }
+
+       G_OBJECT_CLASS (ev_tooltip_parent_class)->dispose (object);
 }
 
 static void
 }
 
 static void