[gnome-commander/gcmd-1-2-8] Removed surplus diagnostics
- From: Piotr Eljasiak <epiotr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander/gcmd-1-2-8] Removed surplus diagnostics
- Date: Thu, 3 Jun 2010 17:55:28 +0000 (UTC)
commit a1679773ac3fee65550be936d2f7b2cb0c3bd4bd
Author: Piotr Eljasiak <epiotr src gnome org>
Date: Thu Jun 3 19:47:18 2010 +0200
Removed surplus diagnostics
src/gnome-cmd-user-actions.cc | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/gnome-cmd-user-actions.cc b/src/gnome-cmd-user-actions.cc
index 5c497d0..947fa63 100644
--- a/src/gnome-cmd-user-actions.cc
+++ b/src/gnome-cmd-user-actions.cc
@@ -821,7 +821,6 @@ void file_diff (GtkMenuItem *menuitem, gpointer not_used)
{
gchar *cmd = g_strdup_printf (gnome_cmd_data.get_differ(), s.c_str(), "");
- g_print (_("running `%s'\n"), cmd);
run_command (cmd);
g_free (cmd);
@@ -847,7 +846,6 @@ void file_sync_dirs (GtkMenuItem *menuitem, gpointer not_used)
gchar *cmd = g_strdup_printf (gnome_cmd_data.get_differ(), s.c_str(), "");
- g_print (_("running `%s'\n"), cmd);
run_command (cmd);
g_free (cmd);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]