From: Ross Burton Date: Mon, 16 Jun 2008 09:16:25 +0000 (+0000) Subject: Remove check for dispose implementation as it annoys Emmanuele. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=17ac5f4dfbc18414a000de02ba51d212d56d9873;p=dana%2Fcg-glib.git Remove check for dispose implementation as it annoys Emmanuele. 2008-06-16 Ross Burton * gio/gfileenumerator.c: Remove check for dispose implementation as it annoys Emmanuele. svn path=/trunk/; revision=7045 --- diff --git a/ChangeLog b/ChangeLog index 52944192..73b23564 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-06-16 Ross Burton + + * gio/gfileenumerator.c: + Remove check for dispose implementation as it annoys Emmanuele. + 2008-06-16 Ross Burton Bug 536252 – GFileEnumerator should allow access to the containing diff --git a/gio/gfileenumerator.c b/gio/gfileenumerator.c index e03edd52..8011a127 100644 --- a/gio/gfileenumerator.c +++ b/gio/gfileenumerator.c @@ -118,8 +118,7 @@ g_file_enumerator_dispose (GObject *object) enumerator->priv->container = NULL; } - if (G_OBJECT_CLASS (g_file_enumerator_parent_class)->dispose) - (*G_OBJECT_CLASS (g_file_enumerator_parent_class)->dispose) (object); + (*G_OBJECT_CLASS (g_file_enumerator_parent_class)->dispose) (object); } static void