aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-itip-control.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-04-28 17:07:30 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-04-28 17:07:30 +0800
commitf5c83903541d79c716f8ed7884c5b3ad85b4381b (patch)
treeba8cb10e613017bf211890b62599f39f6b8f5695 /calendar/gui/e-itip-control.c
parent2e2e5d704b4b06f1ab87f13c28b3e1c6d4f76be7 (diff)
downloadgsoc2013-evolution-f5c83903541d79c716f8ed7884c5b3ad85b4381b.tar
gsoc2013-evolution-f5c83903541d79c716f8ed7884c5b3ad85b4381b.tar.gz
gsoc2013-evolution-f5c83903541d79c716f8ed7884c5b3ad85b4381b.tar.bz2
gsoc2013-evolution-f5c83903541d79c716f8ed7884c5b3ad85b4381b.tar.lz
gsoc2013-evolution-f5c83903541d79c716f8ed7884c5b3ad85b4381b.tar.xz
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/gui/e-itip-control.c')
-rw-r--r--calendar/gui/e-itip-control.c2
1 files changed, 0 insertions, 2 deletions
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]);
}