diff options
author | Not Zed <NotZed@Ximian.com> | 2004-04-28 17:07:30 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-04-28 17:07:30 +0800 |
commit | f5c83903541d79c716f8ed7884c5b3ad85b4381b (patch) | |
tree | ba8cb10e613017bf211890b62599f39f6b8f5695 /calendar | |
parent | 2e2e5d704b4b06f1ab87f13c28b3e1c6d4f76be7 (diff) | |
download | gsoc2013-evolution-f5c83903541d79c716f8ed7884c5b3ad85b4381b.tar.gz gsoc2013-evolution-f5c83903541d79c716f8ed7884c5b3ad85b4381b.tar.zst gsoc2013-evolution-f5c83903541d79c716f8ed7884c5b3ad85b4381b.zip |
dont shadow source with another source in the fallback case. Related to
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.
svn path=/trunk/; revision=25657
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]); } |