Mercurial > pidgin
changeset 18195:5b4013f10285
sadrul spotted this, fixes selecting multiple statuses in the status window
author | Ka-Hing Cheung <khc@hxbc.us> |
---|---|
date | Tue, 19 Jun 2007 18:57:11 +0000 |
parents | 9c17cdcfc799 |
children | 9287055b97d2 |
files | pidgin/gtksavedstatuses.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtksavedstatuses.c Tue Jun 19 17:19:52 2007 +0000 +++ b/pidgin/gtksavedstatuses.c Tue Jun 19 18:57:11 2007 +0000 @@ -362,7 +362,7 @@ gtk_tree_selection_selected_foreach(sel, list_selected_helper, &sel_paths); #endif - for (tmp = sel_paths, num_selected = 0; tmp; tmp = sel_paths->next, num_selected++) { + for (tmp = sel_paths, num_selected = 0; tmp; tmp = tmp->next, num_selected++) { GtkTreeIter iter; char *title;