Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 308295 Details for
Bug 411345
=kde-base/libksane-4.8.1 make kde scanning programs (scangui and skanlite) stop working
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
patch from upstream that fixes this bug
changeset_r0a02ff4a4602f09bae25f3a8e9b971b32bbee2ca.diff (text/plain), 860 bytes, created by
cyberbat
on 2012-04-09 11:26:10 UTC
(
hide
)
Description:
patch from upstream that fixes this bug
Filename:
MIME Type:
Creator:
cyberbat
Created:
2012-04-09 11:26:10 UTC
Size:
860 bytes
patch
obsolete
>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);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 411345
: 308295