From 41a5b89d5b93da08daeaf7ad96d9b8859b21bcb2 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Mon, 29 May 2006 15:07:35 +0000 Subject: [PATCH] removed forgotten declaration of _gtk_dialog_get_response_for_widget(), 2006-05-29 Michael Natterer * gtk/gtkdialog.h: removed forgotten declaration of _gtk_dialog_get_response_for_widget(), the function has been made public a long time ago. --- ChangeLog | 6 ++++++ ChangeLog.pre-2-10 | 6 ++++++ gtk/gtkdialog.h | 2 -- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 99c1ad23f4..2c7ccc079b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-05-29 Michael Natterer + + * gtk/gtkdialog.h: removed forgotten declaration of + _gtk_dialog_get_response_for_widget(), the function has been made + public a long time ago. + 2006-05-29 Michael Natterer * gtk/gtktextview.c (gtk_text_view_target_list_notify): applied diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 99c1ad23f4..2c7ccc079b 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +2006-05-29 Michael Natterer + + * gtk/gtkdialog.h: removed forgotten declaration of + _gtk_dialog_get_response_for_widget(), the function has been made + public a long time ago. + 2006-05-29 Michael Natterer * gtk/gtktextview.c (gtk_text_view_target_list_notify): applied diff --git a/gtk/gtkdialog.h b/gtk/gtkdialog.h index a0ea5713be..0b6b65c158 100644 --- a/gtk/gtkdialog.h +++ b/gtk/gtkdialog.h @@ -171,8 +171,6 @@ gint gtk_dialog_run (GtkDialog *dialog); /* For private use only */ void _gtk_dialog_set_ignore_separator (GtkDialog *dialog, gboolean ignore_separator); -gint _gtk_dialog_get_response_for_widget (GtkDialog *dialog, - GtkWidget *widget); G_END_DECLS