Changed colors in visualize key

This commit is contained in:
Vysheng 2013-11-06 18:00:31 +04:00
parent d7efdf5156
commit a540256a20

View file

@ -2300,7 +2300,7 @@ void do_get_difference (void) {
/* }}} */
/* {{{ Visualize key */
char *colors[4] = {COLOR_GREY, COLOR_GREEN, COLOR_CYAN, COLOR_BLUE};
char *colors[4] = {COLOR_GREY, COLOR_CYAN, COLOR_BLUE, COLOR_GREEN};
void do_visualize_key (peer_id_t id) {
assert (get_peer_type (id) == PEER_ENCR_CHAT);