gnome-commander r2397 - in branches/gcmd-1-3: . src



Author: epiotr
Date: Tue Jan  6 20:19:08 2009
New Revision: 2397
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=2397&view=rev

Log:
Fix for problem with starting the external viewer

Modified:
   branches/gcmd-1-3/ChangeLog
   branches/gcmd-1-3/src/gnome-cmd-file.cc

Modified: branches/gcmd-1-3/src/gnome-cmd-file.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-file.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-file.cc	Tue Jan  6 20:19:08 2009
@@ -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);



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