GNOME Bugzilla – Bug 316692
gnome-print dialog second tab empty
Last modified: 2005-09-19 18:04:56 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."
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
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.
Created attachment 52387 [details] [review] fix
aaarrgh.. applied.