gnumeric r17045 - trunk/plugins/python-loader



Author: jbrefort
Date: Tue Dec 30 18:01:39 2008
New Revision: 17045
URL: http://svn.gnome.org/viewvc/gnumeric?rev=17045&view=rev

Log:
2008-12-30  Jean Brefort  <jean brefort normalesup org>

	* python-loader.c: (gplp_func_file_probe): add a format string to
	a g_warning call.



Modified:
   trunk/plugins/python-loader/ChangeLog
   trunk/plugins/python-loader/python-loader.c

Modified: trunk/plugins/python-loader/python-loader.c
==============================================================================
--- trunk/plugins/python-loader/python-loader.c	(original)
+++ trunk/plugins/python-loader/python-loader.c	Tue Dec 30 18:01:39 2008
@@ -229,7 +229,7 @@
 	SWITCH_TO_PLUGIN (plugin_service_get_plugin (service));
 	input_wrapper = pygobject_new (G_OBJECT (input));
 	if (input_wrapper == NULL) {
-		g_warning (py_exc_to_string ());
+		g_warning ("%s", py_exc_to_string ());
 		gnm_python_clear_error_if_needed (SERVICE_GET_LOADER (service)->py_object);
 	}
 	if (input_wrapper != NULL &&



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