diff options
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/gui/e-itip-control.c | 2 |
2 files changed, 5 insertions, 2 deletions
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 <NotZed@Ximian.com> + + * 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 <jpr@ximian.com> * 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]); } |