From f5c83903541d79c716f8ed7884c5b3ad85b4381b Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 28 Apr 2004 09:07:30 +0000 Subject: dont shadow source with another source in the fallback case. Related to 2004-04-28 Not Zed * gui/e-itip-control.c (object_requested_cb): dont shadow source with another source in the fallback case. Related to #54094. svn path=/trunk/; revision=25657 --- calendar/ChangeLog | 5 +++++ calendar/gui/e-itip-control.c | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index bceac87e67..8aabd0176e 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2004-04-28 Not Zed + + * gui/e-itip-control.c (object_requested_cb): dont shadow source + with another source in the fallback case. Related to #54094. + 2004-04-27 JP Rosevear * gui/cal-search-bar.c: disable comment searching which is diff --git a/calendar/gui/e-itip-control.c b/calendar/gui/e-itip-control.c index 06111d3118..3ba4097cae 100644 --- a/calendar/gui/e-itip-control.c +++ b/calendar/gui/e-itip-control.c @@ -2042,8 +2042,6 @@ object_requested_cb (GtkHTML *html, GtkHTMLEmbedded *eb, gpointer data) g_free (uid); } if (!source) { - ESource *source; - /* Try to create a default if there isn't one */ source = e_source_list_peek_source_any (priv->source_lists[priv->type]); } -- cgit v1.2.3