Author: colossus
Date: 2006-08-01 11:19:46 +0000 (Tue, 01 Aug 2006)
New Revision: 22604

Modified:
   xarchiver/trunk/src/extract_dialog.c
Log:
Fixed a weird behaviour introduced (again) with the last commit.


Modified: xarchiver/trunk/src/extract_dialog.c
===================================================================
--- xarchiver/trunk/src/extract_dialog.c        2006-08-01 10:41:45 UTC (rev 
22603)
+++ xarchiver/trunk/src/extract_dialog.c        2006-08-01 11:19:46 UTC (rev 
22604)
@@ -325,7 +325,7 @@
 
                        case GTK_RESPONSE_OK:
                        destination_path = g_strdup (gtk_entry_get_text ( 
GTK_ENTRY (dialog_data->destination_path_entry) ));
-                       extract_path = EscapeBadChars ( destination_path , 1 );
+                       extract_path = EscapeBadChars ( destination_path , 0 );
 
                        if ( strlen ( extract_path ) == 0 )
                        {

_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to