gcmd-devel
[Top][All Lists]
Advanced

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

[gcmd-dev] bugfix for bug #371948 and bug #388970


From: Koos Jan Niesink
Subject: [gcmd-dev] bugfix for bug #371948 and bug #388970
Date: Thu, 11 Jan 2007 16:13:10 +0000 (GMT)

Hello Piotr, 

This should fix the bugs #371948 
(http://bugzilla.gnome.org/show_bug.cgi?id=371948) and #388970 
(http://bugzilla.gnome.org/show_bug.cgi?id=388970).

greetings, 
koos

                
---------------------------------
 All New Yahoo! Mail – Tired of unwanted email come-ons? Let our SpamGuard 
protect you.
--- /home/koos/downloads/gnome-cmd-file-selector.c      2007-01-11 
17:03:27.000000000 +0100
+++ src/gnome-cmd-file-selector.c       2007-01-11 17:06:47.000000000 +0100
@@ -1936,6 +1936,7 @@
 
     dpath = gnome_cmd_file_get_real_path (GNOME_CMD_FILE (dir));
     filepath = g_build_path (G_DIR_SEPARATOR_S, dpath, filename, NULL);
+       filepath = g_strdup_printf ("\"%s\"", filepath);
     g_free (dpath);
     g_return_val_if_fail (filepath, TRUE);
 

reply via email to

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