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 792427 - [PATCH] Fix string comparison
[PATCH] Fix string comparison
Status: RESOLVED FIXED
Product: nautilus-python
Classification: Other
Component: general
Git Master
Other Linux
: Normal major
: v1.2.2
Assigned To: Adam Plumb
Adam Plumb
Depends on:
Blocks:
 
 
Reported: 2018-01-11 11:28 UTC by Balló György
Modified: 2018-01-11 20:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix string comparison (824 bytes, patch)
2018-01-11 11:28 UTC, Balló György
none Details | Review

Description Balló György 2018-01-11 11:28:34 UTC
Created attachment 366648 [details] [review]
Fix string comparison

Currently a string comparison[1] is wrong, causing the extensions loaded twice from the same location. The attached patch fixes the problem.

[1] https://git.gnome.org/browse/nautilus-python/tree/src/nautilus-python.c?id=6339d52e764db031fb2cba035917def121254394#n251
Comment 1 Adam Plumb 2018-01-11 20:53:57 UTC
Thanks for the patch!  I've pushed to master.