brasero r941 - in trunk: . src



Author: philippr
Date: Tue Jul  1 13:57:15 2008
New Revision: 941
URL: http://svn.gnome.org/viewvc/brasero?rev=941&view=rev

Log:
	Fix an issue with data projects and renaming that displayed
	the old name and not the new one of an already existing file

	* src/brasero-data-project.c (brasero_data_project_rename_node):

Modified:
   trunk/ChangeLog
   trunk/src/brasero-data-project.c

Modified: trunk/src/brasero-data-project.c
==============================================================================
--- trunk/src/brasero-data-project.c	(original)
+++ trunk/src/brasero-data-project.c	Tue Jul  1 13:57:15 2008
@@ -1358,7 +1358,7 @@
 	 * simply not possible to rename. */
 	sibling = brasero_file_node_check_name_existence (node->parent, name);
 	if (sibling) {
-		if (brasero_data_project_file_signal (self, NAME_COLLISION_SIGNAL, BRASERO_FILE_NODE_NAME (node)))
+		if (brasero_data_project_file_signal (self, NAME_COLLISION_SIGNAL, name))
 			return FALSE;
 
 		if (sibling != node)



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