pidgin/gtkaccount.c

changeset 34304
faf0414a8b51
parent 34145
fa72f1e5cd77
child 34329
ddbc1337332c
child 34889
4ea2da14cd0e
equal deleted inserted replaced
34302:3949b825f4bf 34304:faf0414a8b51
2054 2054
2055 default: 2055 default:
2056 return; 2056 return;
2057 } 2057 }
2058 2058
2059 purple_accounts_reorder(a, dest_index); 2059 if (dest_index >= 0)
2060 purple_accounts_reorder(a, dest_index);
2060 } 2061 }
2061 } 2062 }
2062 } 2063 }
2063 2064
2064 static gboolean 2065 static gboolean

mercurial