diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-01-27 05:02:21 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-01-27 05:02:21 +0800 |
commit | 19791220710c9d632ac5836a3a1163bc00675a9d (patch) | |
tree | c8714ab7eac23aba758307e66663ff161e8826b8 /shell/e-shell-view-menu.c | |
parent | 81fa33a7873d9a5c41452dbfed79015773b6c1bd (diff) | |
download | gsoc2013-evolution-19791220710c9d632ac5836a3a1163bc00675a9d.tar.gz gsoc2013-evolution-19791220710c9d632ac5836a3a1163bc00675a9d.tar.zst gsoc2013-evolution-19791220710c9d632ac5836a3a1163bc00675a9d.zip |
Remove all instances of non-portable macro `__FUNCTION__' from the
shell.
svn path=/trunk/; revision=7841
Diffstat (limited to 'shell/e-shell-view-menu.c')
-rw-r--r-- | shell/e-shell-view-menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |