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 660821 - autorun: fix a typo in a variable name
autorun: fix a typo in a variable name
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-10-03 20:19 UTC by Cosimo Cecchi
Modified: 2011-10-03 20:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
autorun: fix a typo in a variable name (1.11 KB, patch)
2011-10-03 20:19 UTC, Cosimo Cecchi
committed Details | Review

Description Cosimo Cecchi 2011-10-03 20:19:01 UTC
See attached (trivial) patch
Comment 1 Cosimo Cecchi 2011-10-03 20:19:03 UTC
Created attachment 198147 [details] [review]
autorun: fix a typo in a variable name

The variable |type| doesn't exist here; what we want to do is using the
first member of the contentTypes array instead.
Probably a leftover of some refactoring of the code I did while working
on this.
Comment 2 Jasper St. Pierre (not reading bugmail) 2011-10-03 20:22:30 UTC
Review of attachment 198147 [details] [review]:

Is there any big effect of this patch? Something misdetected? autorun things don't run?

Put that in your commit message before pushing.
Comment 3 Cosimo Cecchi 2011-10-03 20:36:54 UTC
Attachment 198147 [details] pushed as 751d250 - autorun: fix a typo in a variable name

Thanks, I've done so and pushed this to git master.