[nautilus/wip/alexpandelea/batchRename] Switch append/prepend functions
- From: Alexandru-Ionut Pandelea <alexpandelea src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/alexpandelea/batchRename] Switch append/prepend functions
- Date: Fri, 17 Jun 2016 12:11:31 +0000 (UTC)
commit 1426e4817c3b0f5f6ab6fe3e3a0ec0a6d9748e5e
Author: Alexandru Pandelea <alexandru pandelea gmail com>
Date: Fri Jun 17 15:10:15 2016 +0300
Switch append/prepend functions
Append was doing what prepend was supposed to do and
prepend what append should do.
src/nautilus-batch-rename-utilities.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/nautilus-batch-rename-utilities.c b/src/nautilus-batch-rename-utilities.c
index 2572807..8668d6f 100644
--- a/src/nautilus-batch-rename-utilities.c
+++ b/src/nautilus-batch-rename-utilities.c
@@ -10,8 +10,8 @@
#define MAX_DISPLAY_LEN 40
static gchar*
-batch_rename_prepend (gchar *file_name,
- gchar *entry_text)
+batch_rename_append (gchar *file_name,
+ gchar *entry_text)
{
gchar *result;
@@ -25,8 +25,8 @@ batch_rename_prepend (gchar *file_name,
}
static gchar*
-batch_rename_append (gchar *file_name,
- gchar *entry_text)
+batch_rename_prepend (gchar *file_name,
+ gchar *entry_text)
{
gchar *result;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]