]> www.fi.muni.cz Git - evince.git/commitdiff
Forgot to chain it to the parent. Thanks chpe.
authorMarco Pesenti Gritti <mpg@redhat.com>
Tue, 31 May 2005 18:34:39 +0000 (18:34 +0000)
committerMarco Pesenti Gritti <marco@src.gnome.org>
Tue, 31 May 2005 18:34:39 +0000 (18:34 +0000)
2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>

        * ps/ps-document.c: (ps_document_dispose):

        Forgot to chain it to the parent. Thanks chpe.

ChangeLog
ps/ps-document.c

index a7269ba81208267e0166002268a666f170899534..5b240a2fa10c2305c9a03e091b7fedd991ad88db 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
+
+       * ps/ps-document.c: (ps_document_dispose):
+
+       Forgot to chain it to the parent. Thanks chpe.
+
 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
 
        * ps/ps-document.c: (ps_document_dispose),
index 53f2e101a6fe3ec9badd36181ff7b4496c4143ca..5defb33491677b6c563341b541175a665aa65a7d 100644 (file)
@@ -183,6 +183,8 @@ ps_document_dispose (GObject *object)
        }
 
        stop_interpreter (gs);
+
+       G_OBJECT_CLASS (parent_class)->dispose (object);
 }
 
 static void