[Xfce4-commits] [apps/parole] 01/01: FIX CID 1375856: Explicit null dereferenced
noreply at xfce.org
noreply at xfce.org
Thu Jun 1 04:58:12 CEST 2017
This is an automated email from the git hooks/post-receive script.
b l u e s a b 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 apps/parole.
commit 23229241238c68f48d81fa2ee63b851cf9a7685f
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Wed May 31 22:58:05 2017 -0400
FIX CID 1375856: Explicit null dereferenced
---
src/parole-plugins-manager.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/parole-plugins-manager.c b/src/parole-plugins-manager.c
index be16f5e..a1d0503 100644
--- a/src/parole-plugins-manager.c
+++ b/src/parole-plugins-manager.c
@@ -265,11 +265,11 @@ parole_plugins_manager_cell_toggled_cb(GtkCellRendererToggle *cell_renderer,
gtk_list_store_set(GTK_LIST_STORE(pref->store), &iter,
COL_ACTIVE, active,
-1);
+
+ parole_plugins_manager_save_rc(pref->manager, G_TYPE_MODULE(module)->name, active);
}
gtk_tree_path_free(path);
-
- parole_plugins_manager_save_rc(pref->manager, G_TYPE_MODULE(module)->name, active);
}
void parole_plugins_manager_tree_cursor_changed_cb(GtkTreeView *view, PrefData *pref) {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list