forked from AuroraMiddleware/gtk
Remove debug spew. (bookmarks_check_remove_sensitivity): Don't free an
2004-09-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c (shortcuts_remove_rows): Remove debug spew. (bookmarks_check_remove_sensitivity): Don't free an uninitialized pointer.
This commit is contained in:
parent
3ef6c183e9
commit
aa35a79d49
@ -2,6 +2,8 @@
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (shortcuts_remove_rows): Remove
|
||||
debug spew.
|
||||
(bookmarks_check_remove_sensitivity): Don't free an uninitialized
|
||||
pointer.
|
||||
|
||||
* gtk/gtkimcontext.c (gtk_im_context_get_preedit_string):
|
||||
cursor_pos is in characters, not bytes. (#153332, Owen Taylor)
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (shortcuts_remove_rows): Remove
|
||||
debug spew.
|
||||
(bookmarks_check_remove_sensitivity): Don't free an uninitialized
|
||||
pointer.
|
||||
|
||||
* gtk/gtkimcontext.c (gtk_im_context_get_preedit_string):
|
||||
cursor_pos is in characters, not bytes. (#153332, Owen Taylor)
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (shortcuts_remove_rows): Remove
|
||||
debug spew.
|
||||
(bookmarks_check_remove_sensitivity): Don't free an uninitialized
|
||||
pointer.
|
||||
|
||||
* gtk/gtkimcontext.c (gtk_im_context_get_preedit_string):
|
||||
cursor_pos is in characters, not bytes. (#153332, Owen Taylor)
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (shortcuts_remove_rows): Remove
|
||||
debug spew.
|
||||
(bookmarks_check_remove_sensitivity): Don't free an uninitialized
|
||||
pointer.
|
||||
|
||||
* gtk/gtkimcontext.c (gtk_im_context_get_preedit_string):
|
||||
cursor_pos is in characters, not bytes. (#153332, Owen Taylor)
|
||||
|
@ -2084,7 +2084,7 @@ bookmarks_check_remove_sensitivity (GtkFileChooserDefault *impl)
|
||||
{
|
||||
GtkTreeIter iter;
|
||||
gboolean removable = FALSE;
|
||||
gchar *name;
|
||||
gchar *name = NULL;
|
||||
|
||||
if (shortcuts_get_selected (impl, &iter))
|
||||
gtk_tree_model_get (GTK_TREE_MODEL (impl->shortcuts_model), &iter,
|
||||
|
Loading…
Reference in New Issue
Block a user