X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fgtkmathview-bonobo%2Fsrc%2Fpersist-file.c;h=9f2da1bee4599b5cba70698df7b81913c73b8c45;hb=dfc6fcc590d5c0277107616b366284c0152aa698;hp=5380ec42c3a0b0d3953df4cdeaac3195e9e2ecf1;hpb=8283c1b985ac672797f0b567bc19302f90399470;p=helm.git diff --git a/helm/gtkmathview-bonobo/src/persist-file.c b/helm/gtkmathview-bonobo/src/persist-file.c index 5380ec42c..9f2da1bee 100644 --- a/helm/gtkmathview-bonobo/src/persist-file.c +++ b/helm/gtkmathview-bonobo/src/persist-file.c @@ -91,7 +91,9 @@ gtk_math_view_persist_file_new(GtkMathView *math_view) g_object_ref(math_view); GTK_MATH_VIEW_PERSIST_FILE(file)->math_view = math_view; - printf("OK\n"); +#ifdef DEBUG + printf("gtk_math_view_persist_file_new passed\n"); +#endif return file; }