changeset 141:5ed50feddeb0

Fixed sorting of all frames.
author Zerotorescue
date Tue, 18 Jan 2011 22:59:16 +0100
parents cd461a41723c
children 56f33abee1e3
files Frames.lua
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Frames.lua	Tue Jan 18 11:34:48 2011 +0100
+++ b/Frames.lua	Tue Jan 18 22:59:16 2011 +0100
@@ -206,6 +206,7 @@
 			["OnLeave"] = function(rowFrame, cellFrame, data, cols, row, realrow, column, scrollingTable, ...)
 				HideTooltip();
 			end,
+			["OnClick"] = function() end,
 		});
 		
 		frame.scrollTable = scrollTable;
@@ -444,6 +445,7 @@
 				["OnLeave"] = function(rowFrame, cellFrame, data, cols, row, realrow, column, scrollingTable, ...)
 					HideTooltip();
 				end,
+				["OnClick"] = function() end,
 			});
 			
 			frame.scrollTable = scrollTable;
@@ -578,6 +580,7 @@
 				["OnLeave"] = function(rowFrame, cellFrame, data, cols, row, realrow, column, scrollingTable, ...)
 					HideTooltip();
 				end,
+				["OnClick"] = function() end,
 			});
 			
 			frame.scrollTable = scrollTable;