aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-commands.c
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-12-16 17:31:16 +0800
committerXan Lopez <xan@igalia.com>2012-12-16 17:31:16 +0800
commit3b0dc557ca0fe21d59fba8bf7cd653c63b32ea48 (patch)
tree217babbda3a8e3427c09b8600e12c0b82e12059c /src/window-commands.c
parent13dd37b49c84e15470a8cba37f08f34a2d9c87d3 (diff)
downloadgsoc2013-epiphany-3b0dc557ca0fe21d59fba8bf7cd653c63b32ea48.tar
gsoc2013-epiphany-3b0dc557ca0fe21d59fba8bf7cd653c63b32ea48.tar.gz
gsoc2013-epiphany-3b0dc557ca0fe21d59fba8bf7cd653c63b32ea48.tar.bz2
gsoc2013-epiphany-3b0dc557ca0fe21d59fba8bf7cd653c63b32ea48.tar.lz
gsoc2013-epiphany-3b0dc557ca0fe21d59fba8bf7cd653c63b32ea48.tar.xz
gsoc2013-epiphany-3b0dc557ca0fe21d59fba8bf7cd653c63b32ea48.tar.zst
gsoc2013-epiphany-3b0dc557ca0fe21d59fba8bf7cd653c63b32ea48.zip
ephy-state: rename to 'ephy-initial-state'
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.
Diffstat (limited to 'src/window-commands.c')
-rw-r--r--src/window-commands.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/window-commands.c b/src/window-commands.c
index 8ab465bd0..c0193dfe9 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -46,7 +46,6 @@
#include "ephy-session.h"
#include "ephy-settings.h"
#include "ephy-shell.h"
-#include "ephy-state.h"
#include "ephy-string.h"
#include "ephy-web-app-utils.h"
#include "ephy-zoom.h"