After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 696863 - optical-media: Don't recurse when looking for DVDs
optical-media: Don't recurse when looking for DVDs
Status: RESOLVED FIXED
Product: grilo
Classification: Other
Component: plugins
unspecified
Other All
: Normal normal
: ---
Assigned To: grilo-maint
grilo-maint
Depends on:
Blocks:
 
 
Reported: 2013-03-29 17:07 UTC by Bastien Nocera
Modified: 2013-04-04 09:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
optical-media: Don't recurse when looking for DVDs (1022 bytes, patch)
2013-03-29 17:07 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2013-03-29 17:07:28 UTC
.
Comment 1 Bastien Nocera 2013-03-29 17:07:30 UTC
Created attachment 240131 [details] [review]
optical-media: Don't recurse when looking for DVDs

It shouldn't do it, but this ensures that we don't try if we
get the wrong URI by mistake.
Comment 2 Juan A. Suarez Romero 2013-04-04 09:28:33 UTC
commit a3dd9a47afff1b94f3af0ae5720e8e86f9363de2
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Mar 29 17:54:56 2013 +0100

    optical-media: Don't recurse when looking for DVDs
    
    It shouldn't do it, but this ensures that we don't try if we
    get the wrong URI by mistake.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=696863

 src/optical-media/grl-optical-media.c |    1 +
 1 file changed, 1 insertion(+)
Comment 3 Juan A. Suarez Romero 2013-04-04 09:29:01 UTC
Review of attachment 240131 [details] [review]:

committed