This commit is contained in:
parent
a45db6a02e
commit
8d6c6a44b9
@ -669,6 +669,11 @@ namespace Novell.CASA.GUI
|
||||
dialogFirefoxMP.SetPosition(Gtk.WindowPosition.CenterOnParent);
|
||||
dialogFirefoxMP.TransientFor = windowMain;
|
||||
}
|
||||
else
|
||||
{
|
||||
objFirefox.AggregateStore();
|
||||
objFirefox.IS_STORE_AGGREGATED = true;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
@ -1474,17 +1479,7 @@ namespace Novell.CASA.GUI
|
||||
if(Common.IS_FIREFOX)
|
||||
{
|
||||
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.AggregateStore();
|
||||
notebookStores.GetNthPage(Common.STORE_FIREFOX).Visible = true;
|
||||
StorePolicyInterface.SetAggregationPolicy(Common.STORE_FIREFOX, true, storeID, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user