diff src/ui_bookmark.c @ 673:fbebf5cf4a55

Do not use printf() directly but use new wrapper function log_printf() instead.
author zas_
date Fri, 16 May 2008 12:16:49 +0000
parents 8268cbe682f1
children a3218946bd2d
line wrap: on
line diff
--- a/src/ui_bookmark.c	Fri May 16 12:08:51 2008 +0000
+++ b/src/ui_bookmark.c	Fri May 16 12:16:49 2008 +0000
@@ -452,7 +452,7 @@
 
 	if (path_ptr && icon_ptr && icon_ptr < path_ptr)
 		{
-		printf("warning, bookmark icon must be after path\n");
+		log_printf("warning, bookmark icon must be after path\n");
 		return NULL;
 		}
 
@@ -1228,7 +1228,7 @@
 	hc = g_object_get_data(G_OBJECT(widget), "history_combo_data");
 	if (!hc)
 		{
-		printf("widget is not a history combo\n");
+		log_printf("widget is not a history combo\n");
 		return;
 		}