mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02: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:
@@ -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
|
||||
|
Reference in New Issue
Block a user