diff options
author | Xan Lopez <xan@gnome.org> | 2010-05-03 19:39:00 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2010-05-03 19:40:33 +0800 |
commit | d5474fc558fccf705a005475d03681a6311b7cef (patch) | |
tree | 0a1443a19540d879222aa6c38ebdae5b2a14e236 /src/ephy-session.h | |
parent | ea394862505225b631b677d33aa6c9203f850486 (diff) | |
download | gsoc2013-epiphany-d5474fc558fccf705a005475d03681a6311b7cef.tar gsoc2013-epiphany-d5474fc558fccf705a005475d03681a6311b7cef.tar.gz gsoc2013-epiphany-d5474fc558fccf705a005475d03681a6311b7cef.tar.bz2 gsoc2013-epiphany-d5474fc558fccf705a005475d03681a6311b7cef.tar.lz gsoc2013-epiphany-d5474fc558fccf705a005475d03681a6311b7cef.tar.xz gsoc2013-epiphany-d5474fc558fccf705a005475d03681a6311b7cef.tar.zst gsoc2013-epiphany-d5474fc558fccf705a005475d03681a6311b7cef.zip |
ephy-session: use an infobar to inform the user about session restoration
Much nicer than a modal dialog that blocks the browser initialization.
Diffstat (limited to 'src/ephy-session.h')
-rw-r--r-- | src/ephy-session.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ephy-session.h b/src/ephy-session.h index 536fb6986..4dbb496c5 100644 --- a/src/ephy-session.h +++ b/src/ephy-session.h @@ -50,6 +50,7 @@ typedef enum EPHY_SESSION_CMD_OPEN_BOOKMARKS_EDITOR, EPHY_SESSION_CMD_OPEN_URIS, EPHY_SESSION_CMD_MAYBE_OPEN_WINDOW, + EPHY_SESSION_CMD_MAYBE_OPEN_WINDOW_RESTORE, EPHY_SESSION_CMD_LAST } EphySessionCommand; |