This commit is contained in:
Matthias Clasen 2006-01-21 06:15:30 +00:00
parent 9d0b5fa9dd
commit 8b0f73be61
3 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,8 @@
2006-01-20 Matthias Clasen <mclasen@redhat.com> 2006-01-20 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkassistant.c: Fix the docs to reflect the actual signal
signatures.
* gtk/gtktextview.c (gtk_text_view_set_virtual_cursor_pos): Don't * gtk/gtktextview.c (gtk_text_view_set_virtual_cursor_pos): Don't
crash if layout is NULL. (#327934, Christian Kirbach) crash if layout is NULL. (#327934, Christian Kirbach)

View File

@ -1,5 +1,8 @@
2006-01-20 Matthias Clasen <mclasen@redhat.com> 2006-01-20 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkassistant.c: Fix the docs to reflect the actual signal
signatures.
* gtk/gtktextview.c (gtk_text_view_set_virtual_cursor_pos): Don't * gtk/gtktextview.c (gtk_text_view_set_virtual_cursor_pos): Don't
crash if layout is NULL. (#327934, Christian Kirbach) crash if layout is NULL. (#327934, Christian Kirbach)

View File

@ -167,7 +167,6 @@ gtk_assistant_class_init (GtkAssistantClass *class)
/** /**
* GtkAssistant::cancel: * GtkAssistant::cancel:
* @assistant: the #GtkAssistant * @assistant: the #GtkAssistant
* @page: the current page
* *
* The ::cancel signal is emitted when then the cancel button is clicked. * The ::cancel signal is emitted when then the cancel button is clicked.
* *
@ -205,7 +204,6 @@ gtk_assistant_class_init (GtkAssistantClass *class)
/** /**
* GtkAssistant::apply: * GtkAssistant::apply:
* @assistant: the @GtkAssistant * @assistant: the @GtkAssistant
* @page: the current page
* *
* The ::apply signal is emitted when the apply button is clicked. The default * The ::apply signal is emitted when the apply button is clicked. The default
* behavior of the #GtkAssistant is to switch to the page after the current page, * behavior of the #GtkAssistant is to switch to the page after the current page,
@ -232,7 +230,6 @@ gtk_assistant_class_init (GtkAssistantClass *class)
/** /**
* GtkAssistant::close: * GtkAssistant::close:
* @assistant: the #GtkAssistant * @assistant: the #GtkAssistant
* @page: the current page
* *
* The ::close signal is emitted when the close button is clicked. * The ::close signal is emitted when the close button is clicked.
* *