[gjs] Fix a faulty rebase



commit 0795df345d89c3c6ba1b23864caf378a656592b2
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Tue May 7 17:57:54 2013 +0200

    Fix a faulty rebase

 gi/function.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gi/function.c b/gi/function.c
index 4de7647..36413ba 100644
--- a/gi/function.c
+++ b/gi/function.c
@@ -365,7 +365,7 @@ gjs_callback_closure(ffi_cif *cif,
 
 out:
     if (!success) {
-        gjs_log_exception (context, NULL);
+        gjs_log_exception (context);
 
         /* Fill in the result with some hopefully neutral value */
         g_callable_info_load_return_type(trampoline->info, &ret_type);


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