goffice r2373 - trunk/goffice/utils



Author: mortenw
Date: Wed Apr 15 20:07:33 2009
New Revision: 2373
URL: http://svn.gnome.org/viewvc/goffice?rev=2373&view=rev

Log:
Removed escaped debug code.



Modified:
   trunk/goffice/utils/go-style.c

Modified: trunk/goffice/utils/go-style.c
==============================================================================
--- trunk/goffice/utils/go-style.c	(original)
+++ trunk/goffice/utils/go-style.c	Wed Apr 15 20:07:33 2009
@@ -1021,19 +1021,17 @@
 
 gpointer
 go_style_get_editor (GOStyle *style,
-		  GOStyle *default_style,
-		  GOCmdContext *cc,
-		  GObject *object_with_style)
+		     GOStyle *default_style,
+		     GOCmdContext *cc,
+		     GObject *object_with_style)
 {
 	GtkWidget *notebook;
 	GOEditor *editor = go_editor_new ();
 
-printf("editor=%p\n",editor);
 	go_style_populate_editor (style, editor, default_style, cc, 
 				   object_with_style, FALSE);
 
 	notebook = go_editor_get_notebook (editor);
-printf("notebook=%p\n",notebook);
 	go_editor_free (editor);
 	gtk_widget_show (notebook);
 	return notebook;



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