After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 344891 - GtkPrintOperationPreview signal defs correction
GtkPrintOperationPreview signal defs correction
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Printing
2.9.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2006-06-14 16:54 UTC by Marko Anastasov
Modified: 2006-06-15 04:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed small patch (1.92 KB, patch)
2006-06-14 16:55 UTC, Marko Anastasov
none Details | Review

Description Marko Anastasov 2006-06-14 16:54:43 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".
Comment 1 Marko Anastasov 2006-06-14 16:55:26 UTC
Created attachment 67349 [details] [review]
proposed small patch
Comment 2 Matthias Clasen 2006-06-15 04:54:40 UTC
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)