Ticket #287 (closed defect/bug: fixed)

Opened 3 years ago

Last modified 3 years ago

remove verbosity from gui/gtk

Reported by: Gerritv Owned by: Cp15
Priority: major Milestone:
Component: gui/gtk Version: svn
Keywords: Cc:

Description

There are printf's in gui/gtk/datawindow.c which shouldn't exist.

--- destination.c (revision 2001) +++ destination.c (working copy) @@ -135,8 +135,7 @@

} g_list_free(columns_list); while (*column_text) {

  • printf("column_text=%p\n", column_text);
  • printf("*column_text=%s\n", *column_text);

+ dbg(1,"column_text is %s:\n", column_text);

GtkCellRenderer? *cell=gtk_cell_renderer_text_new(); gtk_tree_view_insert_column_with_attributes (GTK_TREE_VIEW (param->treeview),-1, gettext(*column_text), cell, "text", i, NULL); i++;

Change History

comment:1 Changed 3 years ago by Singesang

  • Status changed from new to closed
  • Resolution set to fixed

Applied in r2006. Thanks Gerritv.

Note: See TracTickets for help on using tickets.