[rhythmbox] plugins: make a warning message more understandable (bug #587662)



commit fa158141f98924c0293ec3a78a483cb294a64d3b
Author: Pascal Terjan <pterjan linuxfr org>
Date:   Fri Jul 3 09:17:06 2009 +0200

    plugins: make a warning message more understandable (bug #587662)
    
    Signed-off-by: Pascal Terjan <pterjan linuxfr org>

 plugins/rb-python-module.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/rb-python-module.c b/plugins/rb-python-module.c
index 4d7dae1..3fd0e9d 100644
--- a/plugins/rb-python-module.c
+++ b/plugins/rb-python-module.c
@@ -254,7 +254,7 @@ rb_python_module_init_python (void)
 
 		func = PyCFunction_New (&pyrb_functions[res], rb);
 		if (func == NULL) {
-			g_warning ("unable object for function '%s' create", pyrb_functions[res].ml_name);
+			g_warning ("unable to create object for function '%s'", pyrb_functions[res].ml_name);
 			PyErr_Print ();
 			return;
 		}



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