glib r7045 - in trunk: . gio



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]