From b9c686ad9e962f5111d90be6f941ac2c4d9002fb Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 2 Aug 2004 19:09:15 +0000 Subject: [PATCH] Remove some erroneous declarations. 2004-08-02 Matthias Clasen * gtk/gtkiconview.h: Remove some erroneous declarations. --- ChangeLog | 2 ++ ChangeLog.pre-2-10 | 2 ++ ChangeLog.pre-2-6 | 2 ++ ChangeLog.pre-2-8 | 2 ++ gtk/gtkiconview.h | 3 --- 5 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index bf39d4514c..0a79f670de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-08-02 Matthias Clasen + * gtk/gtkiconview.h: Remove some erroneous declarations. + * gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Don't crash if the displayed row is gone. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index bf39d4514c..0a79f670de 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,7 @@ 2004-08-02 Matthias Clasen + * gtk/gtkiconview.h: Remove some erroneous declarations. + * gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Don't crash if the displayed row is gone. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index bf39d4514c..0a79f670de 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,7 @@ 2004-08-02 Matthias Clasen + * gtk/gtkiconview.h: Remove some erroneous declarations. + * gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Don't crash if the displayed row is gone. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index bf39d4514c..0a79f670de 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,7 @@ 2004-08-02 Matthias Clasen + * gtk/gtkiconview.h: Remove some erroneous declarations. + * gtk/gtkcellview.c (gtk_cell_view_set_cell_data): Don't crash if the displayed row is gone. diff --git a/gtk/gtkiconview.h b/gtk/gtkiconview.h index 0c6d7e0864..07e3e8a55f 100644 --- a/gtk/gtkiconview.h +++ b/gtk/gtkiconview.h @@ -100,9 +100,6 @@ void gtk_icon_view_selected_foreach (GtkIconView *icon_ void gtk_icon_view_set_selection_mode (GtkIconView *icon_view, GtkSelectionMode mode); GtkSelectionMode gtk_icon_view_get_selection_mode (GtkIconView *icon_view); -gboolean gtk_icon_view_get_text_beside_icon (GtkIconView *icon_view); -void gtk_icon_view_set_text_beside_icon (GtkIconView *icon_view, - gboolean text_beside_icon); void gtk_icon_view_select_path (GtkIconView *icon_view, GtkTreePath *path); void gtk_icon_view_unselect_path (GtkIconView *icon_view,