[goffice] Other typos.



commit 2dba6734ff6934aa95d7e78265995e2baf726327
Author: Jean Brefort <jean brefort normalesup org>
Date:   Fri Dec 2 17:14:09 2011 +0100

    Other typos.

 goffice/canvas/goc-path.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/goffice/canvas/goc-path.c b/goffice/canvas/goc-path.c
index b2a93f4..e2fff21 100644
--- a/goffice/canvas/goc-path.c
+++ b/goffice/canvas/goc-path.c
@@ -69,7 +69,7 @@ goc_path_set_property (GObject *gobject, guint param_id,
 
 	case PATH_PROP_PATH:
 		if (path->path)
-			go_path_free (pth->path);
+			go_path_free (path->path);
 		path->path = go_path_ref (g_value_get_boxed (value));
 		break;
 
@@ -233,7 +233,7 @@ goc_path_finalize (GObject *obj)
 {
 	GocPath *path = GOC_PATH (obj);
 	if (path->path)
-		go_path_free (pth->path);
+		go_path_free (path->path);
 	parent_class->finalize (obj);
 }
 



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