Remove check for dispose implementation as it annoys Emmanuele.
authorRoss Burton <ross@burtonini.com>
Mon, 16 Jun 2008 09:16:25 +0000 (09:16 +0000)
committerRoss Burton <rburton@src.gnome.org>
Mon, 16 Jun 2008 09:16:25 +0000 (09:16 +0000)
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

ChangeLog
gio/gfileenumerator.c

index 5294419..73b2356 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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
        GFile
        
index e03edd5..8011a12 100644 (file)
@@ -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