From a3b38ef1293fa8c8f162be5310e5b3dec8782a2e Mon Sep 17 00:00:00 2001 From: Suman Manjunath Date: Mon, 13 Oct 2008 10:24:07 +0000 Subject: Fix for bug #424818 (bugzilla.novell.com) - Integrate the mark-calendar-offline plugin into the main code as we already have a similar per-calendar option which does the same thing. svn path=/trunk/; revision=36610 --- plugins/select-one-source/ChangeLog | 7 +++ plugins/select-one-source/mark-calendar-offline.c | 56 ----------------------- 2 files changed, 7 insertions(+), 56 deletions(-) delete mode 100644 plugins/select-one-source/mark-calendar-offline.c (limited to 'plugins/select-one-source') diff --git a/plugins/select-one-source/ChangeLog b/plugins/select-one-source/ChangeLog index de715176df..0534fee906 100644 --- a/plugins/select-one-source/ChangeLog +++ b/plugins/select-one-source/ChangeLog @@ -1,3 +1,10 @@ +2008-10-13 Suman Manjunath + + ** Fix for bug #424818 (bugzilla.novell.com) + + * mark-calendar-offline.c: Removed this unused PoC file. The + corresponding plugin has also been integrated into the main code. + 2008-08-27 Sankar P License Changes diff --git a/plugins/select-one-source/mark-calendar-offline.c b/plugins/select-one-source/mark-calendar-offline.c deleted file mode 100644 index 3ef3330f60..0000000000 --- a/plugins/select-one-source/mark-calendar-offline.c +++ /dev/null @@ -1,56 +0,0 @@ -/* - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) version 3. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see - * - * - * Authors: - * Harish Krishnaswamy - * - * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) - * - */ - -/* This is prototype code only, this may, or may not, use undocumented - * unstable or private internal function calls. - * This code has been derived from the source of the sample eplugin - * select_one_source. - */ - -#include -#include -#include -#include -#include - -void org_gnome_mark_calendar_offline (EPlugin *ep, ECalPopupTargetSource *target); -void org_gnome_mark_calendar_no_offline (EPlugin *ep, ECalPopupTargetSource *target); - -void -org_gnome_mark_calendar_no_offline (EPlugin *ep, ECalPopupTargetSource *target) -{ - ESource *source; - - source = e_source_selector_peek_primary_selection (target->selector); - e_source_set_property (source, "offline", "0"); -} - -void -org_gnome_mark_calendar_offline (EPlugin *ep, ECalPopupTargetSource *target) -{ - ESource *source; - - source = e_source_selector_peek_primary_selection (target->selector); - e_source_set_property (source, "offline", "1"); -} - -- cgit v1.2.3