FreeBSD Bugzilla – Attachment 118290 Details for
Bug 160508
graphics/libgphoto2: some libraries insufficiently linked (missing libintl)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ugen.diff
ugen.diff (text/plain; charset=us-ascii), 553 bytes, created by
danfe
on 2011-09-07 05:44:24 UTC
(
hide
)
Description:
ugen.diff
Filename:
MIME Type:
Creator:
danfe
Created:
2011-09-07 05:44:24 UTC
Size:
553 bytes
patch
obsolete
>diff --git a/piggyphoto/__init__.py b/piggyphoto/__init__.py >index 85e3944..c666816 100644 >--- a/piggyphoto/__init__.py >+++ b/piggyphoto/__init__.py >@@ -497,7 +497,7 @@ class cameraList(object): > for i in xrange(xlist.count()): > model = xlist.get_name(i) > path = xlist.get_value(i) >- if re.match(r'usb:\d{3},\d{3}', path): >+ if re.search(r'ugen\d+\.\d+', path): > self.append(model, path) > del al > del il
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 160508
: 118290 |
118291
Working