diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2011-08-29 17:22:17 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-07 04:49:46 +0800 |
commit | 55505414d65ebe71a7f82d68472ed69fdb2a8f51 (patch) | |
tree | 5a6412b850cb00b28c7152c4b60def86e392034d /src/ephy-history-window.h | |
parent | a6bc39ed6369c703cc4d5d8e35d91bb5d4aa48c6 (diff) | |
download | gsoc2013-epiphany-55505414d65ebe71a7f82d68472ed69fdb2a8f51.tar gsoc2013-epiphany-55505414d65ebe71a7f82d68472ed69fdb2a8f51.tar.gz gsoc2013-epiphany-55505414d65ebe71a7f82d68472ed69fdb2a8f51.tar.bz2 gsoc2013-epiphany-55505414d65ebe71a7f82d68472ed69fdb2a8f51.tar.lz gsoc2013-epiphany-55505414d65ebe71a7f82d68472ed69fdb2a8f51.tar.xz gsoc2013-epiphany-55505414d65ebe71a7f82d68472ed69fdb2a8f51.tar.zst gsoc2013-epiphany-55505414d65ebe71a7f82d68472ed69fdb2a8f51.zip |
Set the history service during history window instantiation
The old history object is kept for now but it will be removed later
Diffstat (limited to 'src/ephy-history-window.h')
-rw-r--r-- | src/ephy-history-window.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ephy-history-window.h b/src/ephy-history-window.h index 88ada347f..70c861e88 100644 --- a/src/ephy-history-window.h +++ b/src/ephy-history-window.h @@ -28,6 +28,7 @@ #include "ephy-node-view.h" #include "ephy-history.h" +#include "ephy-history-service.h" G_BEGIN_DECLS @@ -55,7 +56,7 @@ typedef struct GType ephy_history_window_get_type (void); -GtkWidget *ephy_history_window_new (EphyHistory *history); +GtkWidget *ephy_history_window_new (EphyHistory *history, EphyHistoryService *history_service); void ephy_history_window_set_parent (EphyHistoryWindow *ehw, GtkWidget *window); |