aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/print.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-01-10 02:17:52 +0800
committerDan Winship <danw@src.gnome.org>2003-01-10 02:17:52 +0800
commit60d236430a706fe3d1ebeb0d7d504d2c685c33e3 (patch)
tree2ca5c15a76703bbe5fe14baf02586e55ce62c876 /calendar/gui/print.c
parent6e9cb1e2bf29610e0d111572e72244b11542cc8d (diff)
downloadgsoc2013-evolution-60d236430a706fe3d1ebeb0d7d504d2c685c33e3.tar
gsoc2013-evolution-60d236430a706fe3d1ebeb0d7d504d2c685c33e3.tar.gz
gsoc2013-evolution-60d236430a706fe3d1ebeb0d7d504d2c685c33e3.tar.bz2
gsoc2013-evolution-60d236430a706fe3d1ebeb0d7d504d2c685c33e3.tar.lz
gsoc2013-evolution-60d236430a706fe3d1ebeb0d7d504d2c685c33e3.tar.xz
gsoc2013-evolution-60d236430a706fe3d1ebeb0d7d504d2c685c33e3.tar.zst
gsoc2013-evolution-60d236430a706fe3d1ebeb0d7d504d2c685c33e3.zip
Allow recur_id to be NULL to clear the recurrence id. (Based on a story by
* cal-util/cal-component.c (cal_component_set_recurid): Allow recur_id to be NULL to clear the recurrence id. (Based on a story by JP on evolution-1-2-recurid-branch) * gui/print.c: Remove unused gnome-print-copies.h #include * pcs/query.c (query_new): Use g_object_weak_ref rather than connecting to "destroy" (which doesn't actually exist on a CalBackend) (backend_destroyed_cb): Update prototype. svn path=/trunk/; revision=19365
Diffstat (limited to 'calendar/gui/print.c')
-rw-r--r--calendar/gui/print.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/gui/print.c b/calendar/gui/print.c
index 564de4a6ed..64873bce2e 100644
--- a/calendar/gui/print.c
+++ b/calendar/gui/print.c
@@ -38,7 +38,6 @@
#include <libgnomeprint/gnome-print-master.h>
#include <libgnomeprintui/gnome-print-master-preview.h>
#include <libgnomeprintui/gnome-print-paper-selector.h>
-#include <libgnomeprintui/gnome-print-copies.h>
#include <libgnomeprintui/gnome-print-preview.h>
#include <libgnomeprintui/gnome-printer-dialog.h>
#include <e-util/e-dialog-widgets.h>