gedit r6920 - in trunk: . plugin-loaders/python
- From: pborelli svn gnome org
- To: svn-commits-list gnome org
- Subject: gedit r6920 - in trunk: . plugin-loaders/python
- Date: Tue, 24 Feb 2009 11:32:04 +0000 (UTC)
Author: pborelli
Date: Tue Feb 24 11:32:03 2009
New Revision: 6920
URL: http://svn.gnome.org/viewvc/gedit?rev=6920&view=rev
Log:
2009-02-24  Paolo Borelli  <pborelli katamail com>
	* plugin-loaders/python/gedit-plugin-loader-python.c:
	Use g_strerror
Modified:
   trunk/ChangeLog
   trunk/plugin-loaders/python/gedit-plugin-loader-python.c
Modified: trunk/plugin-loaders/python/gedit-plugin-loader-python.c
==============================================================================
--- trunk/plugin-loaders/python/gedit-plugin-loader-python.c	(original)
+++ trunk/plugin-loaders/python/gedit-plugin-loader-python.c	Tue Feb 24 11:32:03 2009
@@ -520,7 +520,7 @@
 	{
 		g_warning ("Error initializing Python interpreter: cannot get "
 		           "handler to SIGINT signal (%s)",
-		           strerror (errno));
+		           g_strerror (errno));
 
 		return FALSE;
 	}
@@ -534,7 +534,7 @@
 	{
 		g_warning ("Error initializing Python interpreter: cannot restore "
 		           "handler to SIGINT signal (%s).",
-		           strerror (errno));
+		           g_strerror (errno));
 
 		goto python_init_error;
 	}
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]