gnumeric r17046 - branches/gnumeric-1-8/plugins/python-loader



Author: jbrefort
Date: Tue Dec 30 18:04:58 2008
New Revision: 17046
URL: http://svn.gnome.org/viewvc/gnumeric?rev=17046&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:
   branches/gnumeric-1-8/plugins/python-loader/ChangeLog
   branches/gnumeric-1-8/plugins/python-loader/python-loader.c

Modified: branches/gnumeric-1-8/plugins/python-loader/python-loader.c
==============================================================================
--- branches/gnumeric-1-8/plugins/python-loader/python-loader.c	(original)
+++ branches/gnumeric-1-8/plugins/python-loader/python-loader.c	Tue Dec 30 18:04:58 2008
@@ -226,7 +226,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]