This is an automated email from the git hooks/post-receive script.

andre pushed a 
commit to branch 
master
in repository apps/mousepad.

commit 93987fc3870573ef403f73b2eef1b27c28d48f4e
Author: Andre Miranda <[email protected]>
Date:   Mon Jun 17 22:52:25 2019 -0300

    Clear error if no instance is running
---
 mousepad/main.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/mousepad/main.c b/mousepad/main.c
index 2b5b1cc..97ff07f 100644
--- a/mousepad/main.c
+++ b/mousepad/main.c
@@ -153,6 +153,13 @@ main (gint argc, gchar **argv)
 
           return EXIT_SUCCESS;
         }
+
+        /* No instance may own the service name, so we need to clean the error 
*/
+        if (G_UNLIKELY (error))
+          {
+            g_error_free (error);
+            error = NULL;
+          }
     }
 #endif /* !HAVE_DBUS */
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to