evolution r34932 - trunk/shell



Author: mbarnes
Date: Tue Jan 29 16:27:21 2008
New Revision: 34932
URL: http://svn.gnome.org/viewvc/evolution?rev=34932&view=rev

Log:
Minor build break.


Modified:
   trunk/shell/e-component-registry.c

Modified: trunk/shell/e-component-registry.c
==============================================================================
--- trunk/shell/e-component-registry.c	(original)
+++ trunk/shell/e-component-registry.c	Tue Jan 29 16:27:21 2008
@@ -343,7 +343,7 @@
 
 	info = e_component_registry_peek_info (registry, ECR_FIELD_ID, id);
 	if (info == NULL) {
-		g_warning (G_STRFUNC " - Unknown id \"%s\"", id);
+		g_warning ("%s - Unknown id \"%s\"", G_STRFUNC, id);
 		return CORBA_OBJECT_NIL;
 	}
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]