[totem] Bug 594586 — Solaris totem 2.27.92 compile issue
- From: Philip Withnall <pwithnall src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [totem] Bug 594586 — Solaris totem 2.27.92 compile issue
- Date: Sat, 12 Sep 2009 15:48:03 +0000 (UTC)
commit 9480ef5d38d57bbafb7fad3240edea637025177e
Author: Philip Withnall <philip tecnocode co uk>
Date: Sat Sep 12 16:46:52 2009 +0100
Bug 594586 â?? Solaris totem 2.27.92 compile issue
Syncronise our copy of the libegg file format chooser with libegg, to re-fix
bgo#568511. Closes: bgo#594586
src/eggfileformatchooser.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/eggfileformatchooser.c b/src/eggfileformatchooser.c
index 5eeecdb..be9f861 100644
--- a/src/eggfileformatchooser.c
+++ b/src/eggfileformatchooser.c
@@ -1146,7 +1146,7 @@ egg_file_format_chooser_append_extension (EggFileFormatChooser *self,
if (0 == format)
{
- g_warning ("%s: No file format selected. Cannot append extension.", __FUNCTION__);
+ g_warning ("%s: No file format selected. Cannot append extension.", G_STRFUNC);
return NULL;
}
@@ -1173,7 +1173,7 @@ egg_file_format_chooser_append_extension (EggFileFormatChooser *self,
if (NULL == extensions)
{
g_warning ("%s: File format %d doesn't provide file extensions. "
- "Cannot append extension.", __FUNCTION__, format);
+ "Cannot append extension.", G_STRFUNC, format);
return NULL;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]