Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nemo-location-entry.c: Don't modify a string we don't own.
g_strstrip modifies in place, but we should avoid modifying the entry's internal string for propriety (and to silence a compiler warning).
- Loading branch information