--- a/pidgin/gtkaccount.c Thu Aug 22 00:32:28 2013 +0530
+++ b/pidgin/gtkaccount.c Thu Aug 22 01:35:32 2013 +0530
@@ -2060,7 +2060,8 @@
return;
}
- purple_accounts_reorder(a, dest_index);
+ if (dest_index >= 0)
+ purple_accounts_reorder(a, dest_index);
}
}
}