mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 22:16:16 +01:00
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:
parent
3480685d4e
commit
17ac5f4dfb
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user