[Xfce4-commits] [apps/mousepad] 01/01: Prevent mousepad_util_search() from returning garbage value
noreply at xfce.org
noreply at xfce.org
Wed Jul 27 02:36:40 CEST 2016
This is an automated email from the git hooks/post-receive script.
andre pushed a commit to branch master
in repository apps/mousepad.
commit 5c909899d922cfa18e25e7401f820b3e86709d3b
Author: Igor <f2404 at yandex.ru>
Date: Thu Jul 21 17:23:05 2016 +0300
Prevent mousepad_util_search() from returning garbage value
---
mousepad/mousepad-util.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mousepad/mousepad-util.c b/mousepad/mousepad-util.c
index 0c27183..9aeafae 100644
--- a/mousepad/mousepad-util.c
+++ b/mousepad/mousepad-util.c
@@ -1063,7 +1063,7 @@ mousepad_util_search (GtkTextBuffer *buffer,
GtkAction *
mousepad_util_find_related_action (GtkWidget *widget)
{
- GtkAction *action;
+ GtkAction *action = NULL;
g_return_val_if_fail (GTK_IS_WIDGET (widget), NULL);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list