[Goodies-commits] r3671 - ristretto/trunk/src

Stephan Arts stephan at xfce.org
Wed Dec 5 06:20:19 CET 2007


Author: stephan
Date: 2007-12-05 05:20:19 +0000 (Wed, 05 Dec 2007)
New Revision: 3671

Modified:
   ristretto/trunk/src/main.c
Log:
Applied patch from Sergio Perticone (fixes relative-path issue)



Modified: ristretto/trunk/src/main.c
===================================================================
--- ristretto/trunk/src/main.c	2007-12-04 17:25:41 UTC (rev 3670)
+++ ristretto/trunk/src/main.c	2007-12-05 05:20:19 UTC (rev 3671)
@@ -412,7 +412,7 @@
                         const gchar *filename = g_dir_read_name(dir);
                         while (filename)
                         {
-                            gchar *path_name = g_strconcat(argv[1],  "/", filename, NULL);
+                            gchar *path_name = g_strconcat(path_dir,  "/", filename, NULL);
                             ThunarVfsPath *file_path = thunar_vfs_path_new(path_name, NULL);
                             if (file_path)
                             {




More information about the Goodies-commits mailing list