diff options
author | 2012-09-03 14:28:10 +0000 | |
---|---|---|
committer | 2012-09-03 14:28:10 +0000 | |
commit | cdbc4b647c5cfa535c153dc1eb5e23195822022d (patch) | |
tree | c3af63fa284c05c0604228deff9feec2b0f67453 /kde-base/libksane/files | |
parent | Remove old. (diff) | |
download | gentoo-2-cdbc4b647c5cfa535c153dc1eb5e23195822022d.tar.gz gentoo-2-cdbc4b647c5cfa535c153dc1eb5e23195822022d.tar.bz2 gentoo-2-cdbc4b647c5cfa535c153dc1eb5e23195822022d.zip |
Remove old.
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/libksane/files')
-rw-r--r-- | kde-base/libksane/files/libksane-4.8.1-scanner-polling.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/kde-base/libksane/files/libksane-4.8.1-scanner-polling.patch b/kde-base/libksane/files/libksane-4.8.1-scanner-polling.patch deleted file mode 100644 index e94a69921ade..000000000000 --- a/kde-base/libksane/files/libksane-4.8.1-scanner-polling.patch +++ /dev/null @@ -1,28 +0,0 @@ -commit 0a02ff4a4602f09bae25f3a8e9b971b32bbee2ca -Author: Kåre Särs <kare.sars@iki.fi> -Date: Wed Feb 15 21:24:14 2012 +0200 - - Apply Gregor Horst's patch to stop polling while a scan is ongoing - - BUG: 294073 - -diff --git a/libksane/ksane_widget_private.cpp b/libksane/ksane_widget_private.cpp -index 055976e..9872c40 100644 ---- a/libksane/ksane_widget_private.cpp -+++ b/libksane/ksane_widget_private.cpp -@@ -1023,11 +1023,15 @@ void KSaneWidgetPrivate::setBusy(bool busy) - m_warmingUp->show(); - m_activityFrame->hide(); - m_btnFrame->hide(); -+ m_optionPollTmr.stop(); - } - else { - m_warmingUp->hide(); - m_activityFrame->hide(); - m_btnFrame->show(); -+ if (m_pollList.size() > 0) { -+ m_optionPollTmr.start(); -+ } - } - - m_optsTabWidget->setDisabled(busy); |