From f24a51e470f5de3beb16891d6e51ab4e4a228bed Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 3 Apr 2001 17:26:54 +0000 Subject: 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 --- shell/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'shell/ChangeLog') 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 + + * 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 * e-shell-view.c (get_control_for_uri): Change `! folder_type' -- cgit v1.2.3