--- autocopyOverlay.js~	2009-07-02 15:14:32.000000000 +0000
+++ autocopyOverlay.js	2010-02-15 02:05:53.000000000 +0000
@@ -403,7 +403,7 @@
 				if (!targetclassname.match(/object XUL/i))
 				{
 
-					if((autocopy_getSelection().length > 0) && (gautocopy_lastSelection != autocopy_getSelection()))
+					if(autocopy_getSelection().length > 0)
 					{
 						//were going to copy
 						gautocopy_lastSelection = autocopy_getSelection();
@@ -446,7 +446,7 @@
 			}
 			else if (autocopyPrefs.getBoolPref("optEnableInTextBoxes"))
 			{
-				if((autocopy_getSelection().length > 0) && (gautocopy_lastSelection != autocopy_getSelection()))
+				if(autocopy_getSelection().length > 0)
 				{
 					//were going to copy
 					gautocopy_lastSelection = autocopy_getSelection();
@@ -541,7 +541,7 @@
 				}
 				else if (autocopyPrefs.getBoolPref("optEnableInTextBoxes"))
 				{
-					if((autocopy_getSelection().length > 0) && (gautocopy_lastSelection != autocopy_getSelection()))
+					if(autocopy_getSelection().length > 0)
 					{
 						gautocopy_lastSelection = autocopy_getSelection();
 						autocopy_saveclipboard();
