GNOME Bugzilla – Bug 625741
only provides edit name if display name is also requested
Last modified: 2012-12-06 11:18:21 UTC
The HTTP backend only provides standard::edit-name if standard::display-name is also requested.
Created attachment 166908 [details] [review] fix gvfs_file_info_populate_names_as_local sets both display-name and edit-name, so we don't need the subsequent call to g_file_info_set_edit_name, we just need to call populate_names_as_local when either one is requested.
Makes sense, this seems to be safer way for setting name attributes. Pushed to master: commit db9d1795582ad888b1653f5b43718bbe263ff369 Author: Jonathan Matthew <jonathan@d14n.org> Date: Thu Dec 6 12:16:40 2012 +0100 http: Provide edit-name whether display-name is also requested or not https://bugzilla.gnome.org/show_bug.cgi?id=625741 Signed-off-by: Tomas Bzatek <tbzatek@redhat.com>