epiphany r8666 - trunk/src
- From: xan svn gnome org
- To: svn-commits-list gnome org
- Subject: epiphany r8666 - trunk/src
- Date: Sun, 4 Jan 2009 16:22:48 +0000 (UTC)
Author: xan
Date: Sun Jan 4 16:22:48 2009
New Revision: 8666
URL: http://svn.gnome.org/viewvc/epiphany?rev=8666&view=rev
Log:
ephy-window: remove entry clear timeout without chaining finalize.
Modified:
trunk/src/ephy-window.c
Modified: trunk/src/ephy-window.c
==============================================================================
--- trunk/src/ephy-window.c (original)
+++ trunk/src/ephy-window.c Sun Jan 4 16:22:48 2009
@@ -3701,13 +3701,13 @@
g_hash_table_destroy (priv->tabs_to_remove);
+ if (priv->clear_progress_timeout_id)
+ g_source_remove (priv->clear_progress_timeout_id);
+
G_OBJECT_CLASS (ephy_window_parent_class)->finalize (object);
LOG ("EphyWindow finalised %p", object);
- if (priv->clear_progress_timeout_id)
- g_source_remove (priv->clear_progress_timeout_id);
-
#ifdef ENABLE_PYTHON
ephy_python_schedule_gc ();
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]