* Added posix_fallocate to File::reserve, though it is disabled by

default.

* Added some checks to the keyboard input code in the client, perhaps
it'll fix the bug some OpenBSD people are encountering.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@501 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2005-07-19 14:00:20 +00:00
parent 81c36a7d96
commit 10ff3141d9
2 changed files with 6 additions and 15 deletions
+6
View File
@@ -241,6 +241,9 @@ DownloadList::receive_check_hash() {
void
DownloadList::receive_view_input(bool useDefault) {
if (m_windowTextInput->get_active())
return;
m_control->get_ui().window_statusbar()->set_active(false);
m_windowTextInput->set_active(true);
m_control->get_display().adjust_layout();
@@ -255,6 +258,9 @@ DownloadList::receive_view_input(bool useDefault) {
void
DownloadList::receive_exit_input(bool useDefault) {
if (!m_windowTextInput->get_active())
return;
m_control->get_ui().window_statusbar()->set_active(true);
m_windowTextInput->set_active(false);