[easytag/wip/application-window: 20/23] Remove a bogus GtkTreeIter assignment
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag/wip/application-window: 20/23] Remove a bogus GtkTreeIter assignment
- Date: Wed, 5 Feb 2014 17:55:21 +0000 (UTC)
commit d8bbb119527de4b61339964266e5069e0dc41c61
Author: David King <amigadave amigadave com>
Date: Mon Feb 3 16:27:42 2014 +0000
Remove a bogus GtkTreeIter assignment
Found with Coverity (CID 1163324).
src/cddb_dialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/cddb_dialog.c b/src/cddb_dialog.c
index 0494849..5080cae 100644
--- a/src/cddb_dialog.c
+++ b/src/cddb_dialog.c
@@ -453,7 +453,7 @@ find_next_string_in_results (EtCDDBDialog *self)
GtkTreePath *rowpath;
gboolean result;
gboolean itemselected = FALSE;
- GtkTreeIter itercopy = iter;
+ GtkTreeIter itercopy;
priv = et_cddb_dialog_get_instance_private (self);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]