aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-initial-state.h
Commit message (Collapse)AuthorAgeFilesLines
* ephy-state: rename to 'ephy-initial-state'Xan Lopez2012-12-161-0/+57
The purpose of EphyState is to track the sizes and positions of windows, paned or expanders in order to remember what is the preferred *initial* and *default* state of those UI elements. So for example we merge the tracking of the size/positions of all main windows in one record, because we only need an initial value which we'll use as default for newly created EphyWindows. Since this is a very specific task, different to the actual tracking of all sizes and positions in EphySession in order to restore them at startup, rename the class to EphyInitialState to avoid confusions.