aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/gal-view-minicard.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 /addressbook/gui/widgets/gal-view-minicard.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 'addressbook/gui/widgets/gal-view-minicard.c')
-rw-r--r--addressbook/gui/widgets/gal-view-minicard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/widgets/gal-view-minicard.c b/addressbook/gui/widgets/gal-view-minicard.c
index cf0833d1fe..764c0edfe0 100644
--- a/addressbook/gui/widgets/gal-view-minicard.c
+++ b/addressbook/gui/widgets/gal-view-minicard.c
@@ -192,7 +192,7 @@ column_width_changed (EMinicardViewWidget *w, double width, EABView *address_vie
GtkAdjustment *adj;
GtkAdjustment *adj_new;
- d(g_print("%s: Old width = %f, New width = %f\n", G_GNUC_FUNCTION, view->column_width, width));
+ d(g_print("%s: Old width = %f, New width = %f\n", G_STRFUNC, view->column_width, width));
if (view->column_width != width) {
view->column_width = width;
gal_view_changed(GAL_VIEW(view));