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 316692 - gnome-print dialog second tab empty
gnome-print dialog second tab empty
Status: RESOLVED FIXED
Product: gnome-print
Classification: Deprecated
Component: general
unspecified
Other Linux
: Urgent critical
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2005-09-19 10:29 UTC by Sebastien Bacher
Modified: 2005-09-19 18:04 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12


Attachments
fix (679 bytes, patch)
2005-09-19 12:24 UTC, Christian Persch
committed Details | Review

Description Sebastien Bacher 2005-09-19 10:29:44 UTC
This bug has been opened here: http://bugzilla.ubuntu.com/show_bug.cgi?id=15719

"In evince, you do File->Print... and gnome-print dialog is shown. But I'm not be
able to select the pagerange to print because the second tab named "job" is empty.
In gedit, I can select the range to print."
Comment 1 Sebastien Bacher 2005-09-19 10:30:22 UTC
it prints this:

"(evince:6880): GLib-GObject-WARNING **: IA__g_object_new_valist: object class
`GnomePrintDialog' has no property named `config'

(evince:6880): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(evince:6880): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion
`G_TYPE_CHECK_INSTANCE (instance)' failed"

when opening the printer dialog
Comment 2 Christian Persch 2005-09-19 11:18:54 UTC
This is a bug in libgnomeprintui, re-assigning.

http://cvs.gnome.org/viewcvs/libgnomeprintui/libgnomeprintui/gnome-print-dialog.c?r1=1.66&r2=1.67
changed gnome_print_dialog_new to use g_object_new with properties, but uses
"config" while the property is named "print-config" ! This change is present in
libgnomeprintui 2.12.0.
Comment 3 Christian Persch 2005-09-19 12:24:15 UTC
Created attachment 52387 [details] [review]
fix
Comment 4 Jody Goldberg 2005-09-19 18:04:56 UTC
aaarrgh..
applied.