K 10 svn:author V 5 danfe K 8 svn:date V 27 2015-04-23T07:26:09.821494Z K 7 svn:log V 758 - Fix broken communication with external tools (e.g. q2map): GtkRadiant's network library (libs/l_net) defines its own struct sockaddr_s, which has single ``short sa_family'' field instead of ``unsigned char sa_len'' and ``sa_family_t sa_family'' of struct sockaddr; this, in turn, causes problems when sockaddr_s objects bogusly used as sockaddr ones, e.g.: connect(4, { sa_len = 2, sa_family = 0, ...) ERR#47 'Address family not supported by protocol family' - Fix missing main window icon by calling pixbuf_new_from_file_with_mask() with correct filepath - Since these changes are likely to improve GtkRadiant user's experience, tentatively bump port revision - Fix comment indentation in `radiant/treemodel.cpp' (broken in r384527) END