From: Marco Pesenti Gritti Date: Tue, 31 May 2005 18:34:39 +0000 (+0000) Subject: Forgot to chain it to the parent. Thanks chpe. X-Git-Tag: EVINCE_0_3_3~301 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=c03d2b9c0cd5a721728734dce8e7b5c380a5a1d8;p=evince.git Forgot to chain it to the parent. Thanks chpe. 2005-05-31 Marco Pesenti Gritti * ps/ps-document.c: (ps_document_dispose): Forgot to chain it to the parent. Thanks chpe. --- diff --git a/ChangeLog b/ChangeLog index a7269ba8..5b240a2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-05-31 Marco Pesenti Gritti + + * ps/ps-document.c: (ps_document_dispose): + + Forgot to chain it to the parent. Thanks chpe. + 2005-05-31 Marco Pesenti Gritti * ps/ps-document.c: (ps_document_dispose), diff --git a/ps/ps-document.c b/ps/ps-document.c index 53f2e101..5defb334 100644 --- a/ps/ps-document.c +++ b/ps/ps-document.c @@ -183,6 +183,8 @@ ps_document_dispose (GObject *object) } stop_interpreter (gs); + + G_OBJECT_CLASS (parent_class)->dispose (object); } static void