aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/menus/gal-view-menus.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-01-29 23:24:04 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-01-29 23:24:04 +0800
commite8b3264480caffa92afc634f344505f2dac6db63 (patch)
tree223e0561b9b8b42dc12aa1189be8552600535d50 /widgets/menus/gal-view-menus.c
parent28618d82681cc3b67ef8a0686ce72bc7857d525c (diff)
downloadgsoc2013-evolution-e8b3264480caffa92afc634f344505f2dac6db63.tar
gsoc2013-evolution-e8b3264480caffa92afc634f344505f2dac6db63.tar.gz
gsoc2013-evolution-e8b3264480caffa92afc634f344505f2dac6db63.tar.bz2
gsoc2013-evolution-e8b3264480caffa92afc634f344505f2dac6db63.tar.lz
gsoc2013-evolution-e8b3264480caffa92afc634f344505f2dac6db63.tar.xz
gsoc2013-evolution-e8b3264480caffa92afc634f344505f2dac6db63.tar.zst
gsoc2013-evolution-e8b3264480caffa92afc634f344505f2dac6db63.zip
Replace G_GNUC_FUNCTION (deprecated) with G_STRFUNC.
2008-01-29 Matthew Barnes <mbarnes@redhat.com> * addressbook/gui/widgets/e-minicard.c: * addressbook/gui/widgets/gal-view-minicard.c: * mail/mail-send-recv.c: * shell/e-component-registry.c: * widgets/menus/gal-view-collection.c: * widgets/menus/gal-view-instance.c: * widgets/menus/gal-view-menus.c: Replace G_GNUC_FUNCTION (deprecated) with G_STRFUNC. svn path=/trunk/; revision=34931
Diffstat (limited to 'widgets/menus/gal-view-menus.c')
-rw-r--r--widgets/menus/gal-view-menus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/menus/gal-view-menus.c b/widgets/menus/gal-view-menus.c
index d2b9929a2a..f65a76ca51 100644
--- a/widgets/menus/gal-view-menus.c
+++ b/widgets/menus/gal-view-menus.c
@@ -491,10 +491,10 @@ void
gal_view_menus_unmerge (GalViewMenus *gvm,
CORBA_Environment *opt_ev)
{
- d(g_print ("%s:\n", G_GNUC_FUNCTION));
+ d(g_print ("%s:\n", G_STRFUNC));
if (bonobo_ui_component_get_container (gvm->priv->component) != NULL
&& bonobo_ui_component_path_exists (gvm->priv->component, CURRENT_VIEW_PATH, opt_ev)) {
- d(g_print ("%s: Removing path\n", G_GNUC_FUNCTION));
+ d(g_print ("%s: Removing path\n", G_STRFUNC));
bonobo_ui_component_rm (gvm->priv->component, CURRENT_VIEW_PATH, opt_ev);
}
}