From 19791220710c9d632ac5836a3a1163bc00675a9d Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 26 Jan 2001 21:02:21 +0000 Subject: Remove all instances of non-portable macro `__FUNCTION__' from the shell. svn path=/trunk/; revision=7841 --- shell/e-shell-view-menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/e-shell-view-menu.c') diff --git a/shell/e-shell-view-menu.c b/shell/e-shell-view-menu.c index ec2e2edfb2..42b7753197 100644 --- a/shell/e-shell-view-menu.c +++ b/shell/e-shell-view-menu.c @@ -395,7 +395,7 @@ command_xml_dump (gpointer dummy, static void \ func (BonoboUIComponent *uic, void *data, const char *path) \ { \ - g_warning ("EShellView: %s: not implemented.", __FUNCTION__); \ + g_warning ("e-shell-view-menu.c: %s: not implemented.", #func); \ } \ static void -- cgit v1.2.3