forked from AuroraMiddleware/gtk
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:
parent
53d2169b64
commit
3ef6c183e9
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user