2006-02-10 Murray Cumming <murrayc@murrayc.com

* gtk/gtkassistant.h: Correct the declaration of the prepare
        default signal handler to match its registration and use.
This commit is contained in:
Murray Cumming 2006-02-10 12:59:19 +00:00
parent f8271bdc1e
commit 8633322c0e
3 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-02-10 Murray Cumming <murrayc@murrayc.com
* gtk/gtkassistant.h: Correct the declaration of the prepare
default signal handler to match its registration and use.
2006-02-09 Ross Burton <ross@burtonini.com>
* gtk/gtkfontbutton.c:

View File

@ -1,3 +1,8 @@
2006-02-10 Murray Cumming <murrayc@murrayc.com
* gtk/gtkassistant.h: Correct the declaration of the prepare
default signal handler to match its registration and use.
2006-02-09 Ross Burton <ross@burtonini.com>
* gtk/gtkfontbutton.c:

View File

@ -70,7 +70,7 @@ struct _GtkAssistantClass
{
GtkWindowClass parent_class;
void (* prepare) (GtkAssistant *assistant);
void (* prepare) (GtkAssistant *assistant, GtkWidget *page);
void (* apply) (GtkAssistant *assistant);
void (* close) (GtkAssistant *assistant);
void (* cancel) (GtkAssistant *assistant);