]> Pileus Git - ~andy/gtk/commitdiff
2006-02-10 Murray Cumming <murrayc@murrayc.com
authorMurray Cumming <murrayc@src.gnome.org>
Fri, 10 Feb 2006 12:59:19 +0000 (12:59 +0000)
committerMurray Cumming <murrayc@src.gnome.org>
Fri, 10 Feb 2006 12:59:19 +0000 (12:59 +0000)
        * gtk/gtkassistant.h: Correct the declaration of the prepare
        default signal handler to match its registration and use.

ChangeLog
ChangeLog.pre-2-10
gtk/gtkassistant.h

index 247c8822ffa5f392845504d2d8a1d0e773f6fdd5..af86e39c453c1ca7399144ce6b411559e86bc711 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index 247c8822ffa5f392845504d2d8a1d0e773f6fdd5..af86e39c453c1ca7399144ce6b411559e86bc711 100644 (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:
index 495a74662cf1be19265c65eabf45c710e5b328f4..cadffd0d581c46718b627143ddeba74083a902e3 100644 (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);