Mercurial > pidgin.yaz
diff src/gtkaccount.c @ 12420:b7d77321b685
[gaim-migrate @ 14727]
gaim_accounts_reorder() should not be using size_t for new_index. I fixed it to use gint, the type of all the g_list functions involved.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Thu, 08 Dec 2005 21:50:49 +0000 |
parents | 5482836a0fac |
children | 17d22e9367a8 |
line wrap: on
line diff
--- a/src/gtkaccount.c Thu Dec 08 21:08:15 2005 +0000 +++ b/src/gtkaccount.c Thu Dec 08 21:50:49 2005 +0000 @@ -1987,7 +1987,7 @@ guint info, guint t, AccountsWindow *dialog) { if (sd->target == gdk_atom_intern("GAIM_ACCOUNT", FALSE) && sd->data) { - size_t dest_index; + gint dest_index; GaimAccount *a = NULL; GtkTreePath *path = NULL; GtkTreeViewDropPosition position;