glib r7045 - in trunk: . gio
- From: rburton svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r7045 - in trunk: . gio
- Date: Mon, 16 Jun 2008 09:16:25 +0000 (UTC)
Author: rburton
Date: Mon Jun 16 09:16:25 2008
New Revision: 7045
URL: http://svn.gnome.org/viewvc/glib?rev=7045&view=rev
Log:
2008-06-16 Ross Burton <ross burtonini com>
* gio/gfileenumerator.c:
Remove check for dispose implementation as it annoys Emmanuele.
Modified:
trunk/ChangeLog
trunk/gio/gfileenumerator.c
Modified: trunk/gio/gfileenumerator.c
==============================================================================
--- trunk/gio/gfileenumerator.c (original)
+++ trunk/gio/gfileenumerator.c Mon Jun 16 09:16:25 2008
@@ -118,8 +118,7 @@
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]