gcmd-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gcmd-dev] viewer-command isn't working anymore.


From: André
Subject: [gcmd-dev] viewer-command isn't working anymore.
Date: Tue, 06 Jan 2009 13:51:32 +0100
User-agent: Thunderbird 2.0.0.18 (X11/20081125)

hi,

today i installed gnome-commander from svn (first branches/gcmd-1-3, then 
trunk).
while using the new versions (both) i noticed that the view-command (F3) isn't
working anymore.

patch @ attachment

andré
--- gnome-commander/branches/gcmd-1-3/src/gnome-cmd-file.cc     2009-01-06 
13:38:05.000000000 +0100
+++ gcmd-1-3/src/gnome-cmd-file.cc      2009-01-06 13:04:59.000000000 +0100
@@ -730,7 +730,7 @@
                     break;
 
         case FALSE: {
-                        gchar *filename = gnome_cmd_file_get_quoted_name (f);
+                        gchar *filename = gnome_cmd_file_get_quoted_real_path 
(f);
                         gchar *command = g_strdup_printf 
(gnome_cmd_data_get_viewer (), filename);
                         run_command (command, FALSE);
                         g_free (filename);

reply via email to

[Prev in Thread] Current Thread [Next in Thread]