[giggle] src/giggle-helpers.c: Fix compilation warning



commit 373499fb0450c7ccb32ece08be80a39fc368951f
Author: Javier JardÃn <jjardon gnome org>
Date:   Sun Jan 15 21:46:39 2012 +0000

    src/giggle-helpers.c: Fix compilation warning

 src/giggle-helpers.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/giggle-helpers.c b/src/giggle-helpers.c
index 7e8204c..cfc9ee3 100644
--- a/src/giggle-helpers.c
+++ b/src/giggle-helpers.c
@@ -67,7 +67,7 @@ giggle_list_view_delete_selection (GtkWidget   *treeview,
 							     (GtkTreeSelectionForeachFunc)
 								remote_editor_tree_selection_get_branches,
 							     &branches);
-			g_list_free_full (branches, remote_editor_remove_branch);
+			g_list_free_full (branches, (GDestroyNotify) remote_editor_remove_branch);
 			return TRUE;
 		}
 	}



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