diff finch/libgnt/gntbindable.c @ 19177:19a4594e939c

Fix a memory leak. Fix a compile warning. Make sure there's no new API nor nothing.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 11 Aug 2007 10:52:07 +0000
parents 33201366bcd4
children c8f9584e3221
line wrap: on
line diff
--- a/finch/libgnt/gntbindable.c	Sat Aug 11 10:22:37 2007 +0000
+++ b/finch/libgnt/gntbindable.c	Sat Aug 11 10:52:07 2007 +0000
@@ -111,7 +111,7 @@
 	GntWidget *label;
 	GntWidget *bind_button, *cancel_button;
 	GntWidget *button_box;
-	GList *current_row_data, *itr;
+	GList *current_row_data;
 	char *tmp;
 	GntWidget *win = gnt_window_new();
 	GntTree *tree = GNT_TREE(data);
@@ -450,7 +450,6 @@
 gboolean
 gnt_bindable_build_help_window(GntBindable *bindable)
 {
-
 	GntWidget *tree;
 	GntBindableClass *klass = GNT_BINDABLE_GET_CLASS(bindable);
 	char *title;