[gnome-commander] Tabs to spaces
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] Tabs to spaces
- Date: Thu, 29 Sep 2016 19:38:05 +0000 (UTC)
commit 1fcf728787875ea2fa2db76a8ff4a7d67d70a2fe
Author: Uwe Scholz <uwescholz src gnome org>
Date: Wed Sep 28 21:37:30 2016 +0200
Tabs to spaces
src/gnome-cmd-xfer.cc | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/gnome-cmd-xfer.cc b/src/gnome-cmd-xfer.cc
index 3c600b6..5fbf1f6 100644
--- a/src/gnome-cmd-xfer.cc
+++ b/src/gnome-cmd-xfer.cc
@@ -182,9 +182,9 @@ static gint async_xfer_callback (GnomeVFSAsyncHandle *handle, GnomeVFSXferProgre
if (info->status == GNOME_VFS_XFER_PROGRESS_STATUS_OVERWRITE)
{
- gchar *s = NULL;
- // Check if the src uri is from local ('file:///...'). If not, just use the base name.
- if ( !(s = gnome_vfs_get_local_path_from_uri (info->source_name) )) s = str_uri_basename
(info->source_name);
+ gchar *s = NULL;
+ // Check if the src uri is from local ('file:///...'). If not, just use the base name.
+ if ( !(s = gnome_vfs_get_local_path_from_uri (info->source_name) )) s = str_uri_basename
(info->source_name);
gchar *t = gnome_cmd_dir_is_local (data->to_dir) ? gnome_vfs_get_local_path_from_uri
(info->target_name) : str_uri_basename (info->target_name);
gchar *source_filename = get_utf8 (s);
@@ -196,7 +196,7 @@ static gint async_xfer_callback (GnomeVFSAsyncHandle *handle, GnomeVFSXferProgre
gchar *source_details = file_details (info->source_name);
gchar *target_details = file_details (info->target_name);
- GtkWidget *msg;
+ GtkWidget *msg;
gchar *text = g_strdup_printf (_("Overwrite file:\n\n<b>%s</b>\n<span color='dimgray'
size='smaller'>%s</span>\n\nWith:\n\n<b>%s</b>\n<span color='dimgray' size='smaller'>%s</span>"),
target_filename, target_details, source_filename, source_details);
@@ -208,8 +208,8 @@ static gint async_xfer_callback (GnomeVFSAsyncHandle *handle, GnomeVFSXferProgre
gdk_threads_enter ();
gint ret = run_simple_dialog (*main_win, FALSE, GTK_MESSAGE_QUESTION, text, " ",
- 1, _("Abort"), _("Replace"), _("Replace All"), _("Skip"),
_("Skip All"), NULL);
- g_free(text);
+ 1, _("Abort"), _("Replace"), _("Replace All"), _("Skip"), _("Skip All"), NULL);
+ g_free(text);
data->prev_status = GNOME_VFS_XFER_PROGRESS_STATUS_OVERWRITE;
gdk_threads_leave ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]