GNOME Bugzilla – Bug 591041
Get rid of deprecated libgnomeprint(ui)
Last modified: 2018-06-29 22:26:06 UTC
Checking GnuCash for GNOME3 readiness... gnomeprint(ui) has been deprecated and will be removed for GNOME 3 (planned for March 2010). Any applications (also if not officially included in GNOME) should definitely consider updating their code by using GtkPrint instead. Also see http://live.gnome.org/GtkPrintPort . ./src/gnome-utils/print-session.c:# include <libgnomeprint/gnome-font.h> ./src/gnome-utils/print-session.c:# include <libgnomeprintui/gnome-print-job-preview.h> ./src/gnome-utils/print-session.h:#include <libgnomeprint/gnome-print.h> ./src/gnome-utils/print-session.h:#include <libgnomeprint/gnome-print-job.h> ./src/gnome-utils/print-session.h:#include <libgnomeprintui/gnome-print-dialog.h> ./src/gnome-utils/print-session.h:#include <libgnomeprintui/gnome-print-preview.h>
GnuCash uses GtkPrint now: http://svn.gnucash.org/trac/browser/gnucash/trunk/src/gnome-utils/print-session.h http://svn.gnucash.org/trac/browser/gnucash/trunk/src/gnome-utils/print-session.c Closed as FIXED
GnuCash bug tracking has moved to a new Bugzilla host. This bug has been copied to https://bugs.gnucash.org/show_bug.cgi?id=591041. Please update any external references or bookmarks.