diff options
author | Carlos Soriano <csoriano@gnome.org> | 2015-02-04 11:36:39 +0100 |
---|---|---|
committer | Carlos Soriano <csoriano@gnome.org> | 2015-02-04 11:36:39 +0100 |
commit | b7320c91167d71e7c147eb7a15a60754c5c53a64 (patch) | |
tree | 8d983955ca6a53f1388b916d5244fd6b9685293a /src/nautilus-view.c | |
parent | 3d7cad970bc8786286b9698032da37addc55b0b7 (diff) | |
download | nautilus-b7320c91167d71e7c147eb7a15a60754c5c53a64.tar.gz |
nautilus-view: don't rename file extension
Seems this is a silly change I did while doing the port to test things
and I forgot to change it again to the original behaviour.
Diffstat (limited to 'src/nautilus-view.c')
-rw-r--r-- | src/nautilus-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-view.c b/src/nautilus-view.c index ad68115ef..54587ac4a 100644 --- a/src/nautilus-view.c +++ b/src/nautilus-view.c @@ -5137,7 +5137,7 @@ action_rename (GSimpleAction *action, GVariant *state, gpointer user_data) { - real_action_rename (NAUTILUS_VIEW (user_data), TRUE); + real_action_rename (NAUTILUS_VIEW (user_data), FALSE); } #define BG_KEY_PRIMARY_COLOR "primary-color" |