Fix build for windows
This commit is contained in:
		| @@ -281,7 +281,7 @@ public class Firefox : Store | |||||||
|  |  | ||||||
| 			cellToggle = new CellRendererToggle(); | 			cellToggle = new CellRendererToggle(); | ||||||
| 			cellToggle.Activatable = true;			 | 			cellToggle.Activatable = true;			 | ||||||
| 			cellToggle.Toggled += OnIsPasswordToggled; | 			cellToggle.Toggled += new ToggledHandler(OnIsPasswordToggled); | ||||||
|  |  | ||||||
| 			///  KEY:0     VALUE:1     VALUE-DUP:2     DIRTY-BIT:3     LINK:4     ISPASSWORD:5 | 			///  KEY:0     VALUE:1     VALUE-DUP:2     DIRTY-BIT:3     LINK:4     ISPASSWORD:5 | ||||||
| 			tsKeyValue = new TreeStore(typeof(string),typeof(string), typeof(string), typeof(bool), typeof(string),typeof(bool)); | 			tsKeyValue = new TreeStore(typeof(string),typeof(string), typeof(string), typeof(bool), typeof(string),typeof(bool)); | ||||||
| @@ -1091,7 +1091,7 @@ public class Firefox : Store | |||||||
|  |  | ||||||
| 		cellToggle = new CellRendererToggle(); | 		cellToggle = new CellRendererToggle(); | ||||||
| 		cellToggle.Activatable = true;		 | 		cellToggle.Activatable = true;		 | ||||||
| 		cellToggle.Toggled += OnIsPasswordToggled; | 		cellToggle.Toggled += new ToggledHandler(OnIsPasswordToggled); | ||||||
| 		 | 		 | ||||||
|         	///  KEY:0     VALUE:1    VALUE-DUP:2  	  DIRTY-BIT:3      LINK:4       ISPASSWORD:5 			 |         	///  KEY:0     VALUE:1    VALUE-DUP:2  	  DIRTY-BIT:3      LINK:4       ISPASSWORD:5 			 | ||||||
| 		tsKeyValue = new TreeStore(typeof(string),typeof(string), typeof(string), typeof(bool), typeof(string),typeof(bool)); | 		tsKeyValue = new TreeStore(typeof(string),typeof(string), typeof(string), typeof(bool), typeof(string),typeof(bool)); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user