GNOME Bugzilla – Bug 344891
GtkPrintOperationPreview signal defs correction
Last modified: 2006-06-15 04:54:40 UTC
In gtk_print_operation_preview_base_init() - I think "ready" should take a GTK_TYPE_PRINT_CONTEXT instead of a G_TYPE_OBJECT, and "got-page-size"'s offset has value "ready".
Created attachment 67349 [details] [review] proposed small patch
2006-06-15 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprintoperationpreview.c (gtk_print_operation_preview_base_init): Fix errors in the signal definitions. (#344891, Marko Anastasov)