[Xfce4-commits] [xfce/xfce4-appfinder] 01/02: Fix compilation warning: uninitialized variable
noreply at xfce.org
noreply at xfce.org
Tue Aug 15 00:59:06 CEST 2017
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfce4-appfinder.
commit b44d606d676510d1f73a6f49bc33d2b17f3cb04c
Author: Andre Miranda <andreldm at xfce.org>
Date: Sat Jul 22 18:37:52 2017 -0300
Fix compilation warning: uninitialized variable
---
src/appfinder-model.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/appfinder-model.c b/src/appfinder-model.c
index 5be198e..2e227dc 100644
--- a/src/appfinder-model.c
+++ b/src/appfinder-model.c
@@ -2418,7 +2418,7 @@ xfce_appfinder_model_bookmark_toggle (XfceAppfinderModel *model,
static gsize old_len = 0;
GString *contents;
gchar *filename;
- gboolean succeed;
+ gboolean succeed = FALSE;
GtkTreePath *path;
gint idx;
GtkTreeIter iter;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list