GNOME Bugzilla – Bug 792427
[PATCH] Fix string comparison
Last modified: 2018-01-11 20:53:57 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
Thanks for the patch! I've pushed to master.