Index: /CKEditor/branches/prototype/_source/plugins/image/dialogs/image.js
===================================================================
--- /CKEditor/branches/prototype/_source/plugins/image/dialogs/image.js	(revision 2929)
+++ /CKEditor/branches/prototype/_source/plugins/image/dialogs/image.js	(revision 2930)
@@ -392,5 +392,5 @@
 
 			// Fill out all fields.
-			if ( !readAttribute.apply( this, [ 'info', '_cke_saved_url', 'txtUrl', imgObject ] ) )
+			if ( !readAttribute.apply( this, [ 'info', '_cke_saved_src', 'txtUrl', imgObject ] ) )
 				readAttribute.apply( this, [ 'info', 'src', 'txtUrl', imgObject ] )
 
@@ -722,5 +722,5 @@
 										{
 											addChange( 'src', this, 'image' );
-											addChange( '_cke_saved_url', this, 'image' );
+											addChange( '_cke_saved_src', this, 'image' );
 											return true;
 										},
