openbsd-ports/misc/dates/patches/patch-src_dates_main_c
2010-11-17 10:47:01 +00:00

17 lines
624 B
Plaintext

$OpenBSD: patch-src_dates_main_c,v 1.1 2010/11/17 10:47:02 jasper Exp $
Don't use deprecated and removed functions from libedataserver.
GNOME bz #631081.
--- src/dates_main.c.orig Tue Jul 14 09:43:12 2009
+++ src/dates_main.c Wed Nov 17 11:41:32 2010
@@ -112,7 +112,7 @@ dates_load_calendars (DatesData *d)
system_source = e_source_new (_("Personal"), "system");
/* Default Evolution colour */
- e_source_set_color (system_source, 0xBECEDD);
+ e_source_set_color_spec (system_source, "#BECEDD");
/* Set the group for the source and put it in the group */
e_source_set_group (system_source, local_group);