Bug 147801. Fix to add additional key-value pairs
This commit is contained in:
		
							
								
								
									
										10
									
								
								CASA.changes
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								CASA.changes
									
									
									
									
									
								
							| @@ -1,3 +1,13 @@ | |||||||
|  | ------------------------------------------------------------------- | ||||||
|  | Mon Feb 6 11:52:59 MST 2006 - jnorman@novell.com | ||||||
|  |  | ||||||
|  | - Bug 147801. Fix to add additional key-value pairs | ||||||
|  |    | ||||||
|  | ------------------------------------------------------------------- | ||||||
|  | Wed Feb 1 9:47:59 MST 2006 - jnorman@novell.com | ||||||
|  |  | ||||||
|  | - Rename CASA-1.5.glade to CASA.glade | ||||||
|  |    | ||||||
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ||||||
| Fri Jan 30 10:34:59 MST 2006 - cmashayekhi@novell.com | Fri Jan 30 10:34:59 MST 2006 - cmashayekhi@novell.com | ||||||
|  |  | ||||||
|   | |||||||
| @@ -248,7 +248,8 @@ namespace sscs.verbs | |||||||
| 							IDictionaryEnumerator etor = (IDictionaryEnumerator)kc.GetAllSecrets(); | 							IDictionaryEnumerator etor = (IDictionaryEnumerator)kc.GetAllSecrets(); | ||||||
| 							while(etor.MoveNext()) | 							while(etor.MoveNext()) | ||||||
| 							{ | 							{ | ||||||
| 								sc.Add((string)etor.Key);			 |                                 string sID = (string)etor.Key; | ||||||
|  |                                 sc.Add(sID.Substring(0, sID.Length - 1));			 | ||||||
| 							} | 							} | ||||||
| 						} | 						} | ||||||
| 					} | 					} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user