private void Save() { gconf.Set(gconfPath + "width", window.Allocation.width); gconf.Set(gconfPath + "height", window.Allocation.height); gconf.SuggestSync(); }