aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-04-04 01:26:54 +0800
committerDan Winship <danw@src.gnome.org>2001-04-04 01:26:54 +0800
commitf24a51e470f5de3beb16891d6e51ab4e4a228bed (patch)
treeb17777af1ecd36cee863667cd4e8ab302bfbe0ce /shell/ChangeLog
parent785567b9191e01e1875139c9d91a2c58f913af33 (diff)
downloadgsoc2013-evolution-f24a51e470f5de3beb16891d6e51ab4e4a228bed.tar
gsoc2013-evolution-f24a51e470f5de3beb16891d6e51ab4e4a228bed.tar.gz
gsoc2013-evolution-f24a51e470f5de3beb16891d6e51ab4e4a228bed.tar.bz2
gsoc2013-evolution-f24a51e470f5de3beb16891d6e51ab4e4a228bed.tar.lz
gsoc2013-evolution-f24a51e470f5de3beb16891d6e51ab4e4a228bed.tar.xz
gsoc2013-evolution-f24a51e470f5de3beb16891d6e51ab4e4a228bed.tar.zst
gsoc2013-evolution-f24a51e470f5de3beb16891d6e51ab4e4a228bed.zip
Don't declare debug_log as extern in evolution-shell-component-client.c,
* main.c: * evolution-shell-component-client.c: Don't declare debug_log as extern in evolution-shell-component-client.c, because that's part of libeshell and so gets linked into the other components. Instead, declare it there and extern it from main.c. (Noticed by Peter Williams) svn path=/trunk/; revision=9136
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index e8272e2dfe..822d329040 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,12 @@
+2001-04-03 Dan Winship <danw@ximian.com>
+
+ * main.c:
+ * evolution-shell-component-client.c: Don't declare debug_log as
+ extern in evolution-shell-component-client.c, because that's part
+ of libeshell and so gets linked into the other components.
+ Instead, declare it there and extern it from main.c.
+ (Noticed by Peter Williams)
+
2001-04-03 Ettore Perazzoli <ettore@ximian.com>
* e-shell-view.c (get_control_for_uri): Change `! folder_type'