Remove check for dispose implementation as it annoys Emmanuele.

2008-06-16  Ross Burton  <ross@burtonini.com>

	* gio/gfileenumerator.c:
	Remove check for dispose implementation as it annoys Emmanuele.

svn path=/trunk/; revision=7045
This commit is contained in:
Ross Burton 2008-06-16 09:16:25 +00:00 committed by Ross Burton
parent 3480685d4e
commit 17ac5f4dfb
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2008-06-16 Ross Burton <ross@burtonini.com>
* gio/gfileenumerator.c:
Remove check for dispose implementation as it annoys Emmanuele.
2008-06-16 Ross Burton <ross@burtonini.com>
Bug 536252 GFileEnumerator should allow access to the containing

View File

@ -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