[easytag/wip/application-window: 15/18] Remove a bogus GtkTreeIter assignment
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag/wip/application-window: 15/18] Remove a bogus GtkTreeIter assignment
- Date: Sat, 8 Feb 2014 23:39:21 +0000 (UTC)
commit ef60d106c71476e99ed409edaea4acc111b00e0d
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]