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 408671 - removal of printing code changes ABI
removal of printing code changes ABI
Status: RESOLVED FIXED
Product: GtkHtml
Classification: Other
Component: Printing
3.13.x
Other Linux
: Normal major
: ---
Assigned To: gtkhtml-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2007-02-16 18:43 UTC by Bill Nottingham
Modified: 2007-03-21 05:24 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Bill Nottingham 2007-02-16 18:43:57 UTC
gtk_html_print was removed. The library version really needs bumped if you're going to do that.
Comment 1 Alex Smith 2007-02-20 20:48:14 UTC
This gtk_html_print removal breaks gnucash compilation too. Why is it removed when you've only migrated to GtkPrint? Surely this function should be ported to GtkPrint too instead of deleting it?
Comment 2 Bill Nottingham 2007-02-21 22:05:22 UTC
The reason it's not directly ported (AFAICT) is that gtk_html_print takes a GnomePrintContext - that's not interchangable with a GtkPrintContext (presumably). So any code that called gtk_html_print would *still* need ported to use GtkPrint in other places where it used that context.
Comment 3 Andreas Köhler 2007-03-20 22:42:23 UTC
I think this has been done for 3.14.  Any reason to leave this bug open?
Comment 4 Bill Nottingham 2007-03-21 05:24:02 UTC
No, both the API version and the ABI version have been changed.