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