RosaLinux Bugzilla – Attachment 4329 Details for
Bug 6486
OCRFeeder can't get images from scanner
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
ocrfeeder-2.8.1-fix_select_scanner.patch (text/plain), 653 bytes, created by
Vladimir Potapov
on 2015-12-23 18:35:54 MSK
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Vladimir Potapov
Created:
2015-12-23 18:35:54 MSK
Size:
653 bytes
patch
obsolete
>--- studioBuilder.py 2015-12-03 22:20:22.000000000 +0800 >+++ studioBuilder1.py 2015-12-23 21:32:06.000000000 +0800 >@@ -200,10 +200,9 @@ > Gdk.threads_enter() > response = scanner_chooser_dialog.run() > Gdk.threads_leave() >+ device = scanner_chooser_dialog.getSelectedDevice() > scanner_chooser_dialog.destroy() >- if response == Gtk.ResponseType.ACCEPT: >- device = scanner_chooser_dialog.getSelectedDevice() >- else: >+ if response != Gtk.ResponseType.ACCEPT: > return > elif len(devices) == 1: > device = devices[0][0]
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 6486
: 4329