[gthumb/gthumb-2-12] use the right parent class



commit 1db6f3a0e01ddb2231bf1711c618bfba1821ce08
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sun Jan 23 09:35:20 2011 +0100

    use the right parent class

 gthumb/gth-progress-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/gth-progress-dialog.c b/gthumb/gth-progress-dialog.c
index b2c1f3f..ecb579b 100644
--- a/gthumb/gth-progress-dialog.c
+++ b/gthumb/gth-progress-dialog.c
@@ -274,7 +274,7 @@ gth_progress_dialog_finalize (GObject *base)
 		self->priv->show_event = 0;
 	}
 
-	G_OBJECT_CLASS (gth_task_progress_parent_class)->finalize (base);
+	G_OBJECT_CLASS (gth_progress_dialog_parent_class)->finalize (base);
 }
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]