[nautilus] nautilus-view: don't rename file extension
- From: Carlos Soriano Sánchez <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] nautilus-view: don't rename file extension
- Date: Wed, 4 Feb 2015 10:38:25 +0000 (UTC)
commit b7320c91167d71e7c147eb7a15a60754c5c53a64
Author: Carlos Soriano <csoriano gnome org>
Date: Wed Feb 4 11:36:39 2015 +0100
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.
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 ad68115..54587ac 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"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]