[epiphany] pdm-dialog.c: do not remove rows twice...



commit c6d96dff0fdfec3b0fe04270f996650126db1c01
Author: Xan Lopez <xan gnome org>
Date:   Wed Aug 12 10:30:52 2009 +0300

    pdm-dialog.c: do not remove rows twice...

 src/pdm-dialog.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/pdm-dialog.c b/src/pdm-dialog.c
index ebc5edc..fddf21f 100644
--- a/src/pdm-dialog.c
+++ b/src/pdm-dialog.c
@@ -561,7 +561,6 @@ pdm_cmd_delete_selection (PdmActionInfo *action)
 			gtk_list_store_remove (GTK_LIST_STORE (model), &iter);
 		}
 
-		gtk_list_store_remove (GTK_LIST_STORE (model), &iter);
 		gtk_tree_row_reference_free ((GtkTreeRowReference *)r->data);
 		gtk_tree_path_free (path);
 	}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]