Remove debug spew.

2004-09-26  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkfilechooserdefault.c (shortcuts_remove_rows): Remove
	debug spew.
This commit is contained in:
Matthias Clasen 2004-09-26 05:32:27 +00:00 committed by Matthias Clasen
parent 53d2169b64
commit 3ef6c183e9
5 changed files with 12 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2004-09-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserdefault.c (shortcuts_remove_rows): Remove
debug spew.
* gtk/gtkimcontext.c (gtk_im_context_get_preedit_string):
cursor_pos is in characters, not bytes. (#153332, Owen Taylor)

View File

@ -1,5 +1,8 @@
2004-09-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserdefault.c (shortcuts_remove_rows): Remove
debug spew.
* gtk/gtkimcontext.c (gtk_im_context_get_preedit_string):
cursor_pos is in characters, not bytes. (#153332, Owen Taylor)

View File

@ -1,5 +1,8 @@
2004-09-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserdefault.c (shortcuts_remove_rows): Remove
debug spew.
* gtk/gtkimcontext.c (gtk_im_context_get_preedit_string):
cursor_pos is in characters, not bytes. (#153332, Owen Taylor)

View File

@ -1,5 +1,8 @@
2004-09-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserdefault.c (shortcuts_remove_rows): Remove
debug spew.
* gtk/gtkimcontext.c (gtk_im_context_get_preedit_string):
cursor_pos is in characters, not bytes. (#153332, Owen Taylor)

View File

@ -1300,7 +1300,6 @@ shortcuts_remove_rows (GtkFileChooserDefault *impl,
gtk_tree_model_get (GTK_TREE_MODEL (impl->shortcuts_model), &iter,
SHORTCUTS_COL_NAME, &text, -1);
g_print ("removing shortcut %s\n", text);
shortcuts_free_row_data (impl, &iter);
gtk_list_store_remove (impl->shortcuts_model, &iter);