eog r5015 - in trunk: . src



Author: csaavedra
Date: Thu Feb 19 14:18:29 2009
New Revision: 5015
URL: http://svn.gnome.org/viewvc/eog?rev=5015&view=rev

Log:
2009-02-19  Claudio Saavedra  <csaavedra igalia com>

	* src/eog-window.c (move_to_trash_real): Return FALSE only if an
	error has been set. Fixes bug #572410.



Modified:
   trunk/ChangeLog
   trunk/src/eog-window.c

Modified: trunk/src/eog-window.c
==============================================================================
--- trunk/src/eog-window.c	(original)
+++ trunk/src/eog-window.c	Thu Feb 19 14:18:29 2009
@@ -3124,7 +3124,7 @@
 
         g_object_unref (file);
 
-	return (can_trash ? result : FALSE);
+	return result;
 }
 
 static void



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