Subversion Repositories Kolibri OS

Rev

Rev 3437 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3437 Rev 3439
Line 130... Line 130...
130
					DrawMailList();
130
					DrawMailList();
131
				}
131
				}
132
				if (id==EXIT_MAIL) 
132
				if (id==EXIT_MAIL) 
133
				{
133
				{
134
					StopLoading();
134
					StopLoading();
135
					if (!CloseSocket(socket)) debug("An error occurred during closing of the socket");
135
					CloseSocket(socket);
136
					LoginBoxLoop();
136
					LoginBoxLoop();
137
				}
137
				}
138
				if (id==CHANGE_CHARSET) 
138
				if (id==CHANGE_CHARSET) 
139
				{
139
				{
140
					DefineButton(0,0,Form.cwidth,Form.cheight, CLOSE_CHANGE_CHARSET+BT_HIDE+BT_NOFRAME);
140
					DefineButton(0,0,Form.cwidth,Form.cheight, CLOSE_CHANGE_CHARSET+BT_HIDE+BT_NOFRAME);