** Fixes bug #400726
2007-02-08 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #400726 * mail/em-format-html-print.c: #include <e-util.e-print.h> * addressbook/printing/e-contact-print.h: Declare e_contact_print_response(). svn path=/trunk/; revision=33186
This commit is contained in:
committed by
Matthew Barnes
parent
d328ab72d5
commit
2f2fd7cd8d
@ -1,3 +1,9 @@
|
||||
2007-02-08 Matthew Barnes <mbarnes@redhat.com>
|
||||
|
||||
** Fixes bug #400726
|
||||
|
||||
* printing/e-contact-print.h: Declare e_contact_print_response().
|
||||
|
||||
2007-01-22 Srinivasa Ragavan <sragavan@novell.com>
|
||||
|
||||
** GtkPrint api migration from Ebby Wiselyn.
|
||||
|
||||
@ -31,5 +31,6 @@
|
||||
GtkWidget *e_contact_print_dialog_new (EBook *book, char *query, GList *list);
|
||||
GtkWidget *e_contact_print_contact_dialog_new (EContact *card);
|
||||
GtkWidget *e_contact_print_contact_list_dialog_new(GList *list);
|
||||
void e_contact_print_response (GtkWidget *dialog, gint response_id, gpointer data);
|
||||
|
||||
#endif /* E_CONTACT_PRINT_H */
|
||||
|
||||
@ -1,3 +1,9 @@
|
||||
2007-02-08 Matthew Barnes <mbarnes@redhat.com>
|
||||
|
||||
** Fixes bug #400726
|
||||
|
||||
* em-format-html-print.c: #include <e-util.e-print.h>
|
||||
|
||||
2007-02-07 Matthew Barnes <mbarnes@redhat.com>
|
||||
|
||||
** Fixes bug #359979, #384183
|
||||
|
||||
@ -38,6 +38,7 @@
|
||||
#include "mail-mt.h"
|
||||
#include "em-format-html-print.h"
|
||||
#include <gtk/gtk.h>
|
||||
#include <e-util/e-print.h>
|
||||
|
||||
static void efhp_builtin_init(EMFormatHTMLPrintClass *efhc);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user