This commit is contained in:
		| @@ -669,6 +669,11 @@ namespace Novell.CASA.GUI | |||||||
| 							dialogFirefoxMP.SetPosition(Gtk.WindowPosition.CenterOnParent); | 							dialogFirefoxMP.SetPosition(Gtk.WindowPosition.CenterOnParent); | ||||||
| 							dialogFirefoxMP.TransientFor = windowMain; | 							dialogFirefoxMP.TransientFor = windowMain; | ||||||
| 						} | 						} | ||||||
|  | 						else | ||||||
|  | 						{ | ||||||
|  | 							objFirefox.AggregateStore(); | ||||||
|  | 							objFirefox.IS_STORE_AGGREGATED = true; | ||||||
|  | 						} | ||||||
| 					} | 					} | ||||||
| 					break; | 					break; | ||||||
|     				 |     				 | ||||||
| @@ -1474,17 +1479,7 @@ namespace Novell.CASA.GUI | |||||||
| 			if(Common.IS_FIREFOX) | 			if(Common.IS_FIREFOX) | ||||||
| 			{ | 			{ | ||||||
| 				if( null == objFirefox ) | 				if( null == objFirefox ) | ||||||
| 				{ |  | ||||||
| 					/*if( StoreDataInterface.IsMasterPasswordSet(Common.STORE_FIREFOX) ) |  | ||||||
| 					{ |  | ||||||
| 						Glade.XML gxmlTemp = new Glade.XML (Common.GladeFile, "dialogPreferences", null); |  | ||||||
| 						gxmlTemp.Autoconnect (this); |  | ||||||
| 						dialogFirefoxMP.SetPosition(Gtk.WindowPosition.CenterOnParent); |  | ||||||
| 						dialogFirefoxMP.TransientFor = windowMain;		 |  | ||||||
| 					 |  | ||||||
| 					}*/ |  | ||||||
| 					objFirefox = new Firefox(); | 					objFirefox = new Firefox(); | ||||||
| 				} |  | ||||||
| 				//objFirefox.AggregateStore(); | 				//objFirefox.AggregateStore(); | ||||||
| 				notebookStores.GetNthPage(Common.STORE_FIREFOX).Visible = true; | 				notebookStores.GetNthPage(Common.STORE_FIREFOX).Visible = true; | ||||||
| 				StorePolicyInterface.SetAggregationPolicy(Common.STORE_FIREFOX, true, storeID, 1); | 				StorePolicyInterface.SetAggregationPolicy(Common.STORE_FIREFOX, true, storeID, 1); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user