diff options
author | Xan Lopez <xan@igalia.com> | 2012-03-07 04:22:54 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-07 04:49:47 +0800 |
commit | 7c981b48b6e357d4dcf68cbe3eafec90d92ad1b0 (patch) | |
tree | 69ce5f8e4b53d0adb384a120ffafae8522f70ef1 /src/ephy-history-window.h | |
parent | 8cc5c6df39c67e756d2cdc2aabeceb1928808187 (diff) | |
download | gsoc2013-epiphany-7c981b48b6e357d4dcf68cbe3eafec90d92ad1b0.tar.gz gsoc2013-epiphany-7c981b48b6e357d4dcf68cbe3eafec90d92ad1b0.tar.zst gsoc2013-epiphany-7c981b48b6e357d4dcf68cbe3eafec90d92ad1b0.zip |
ephy-history-view: use the new hosts and urls views
Diffstat (limited to 'src/ephy-history-window.h')
-rw-r--r-- | src/ephy-history-window.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ephy-history-window.h b/src/ephy-history-window.h index 70c861e88..6d7a15a99 100644 --- a/src/ephy-history-window.h +++ b/src/ephy-history-window.h @@ -26,7 +26,6 @@ #include <gtk/gtk.h> -#include "ephy-node-view.h" #include "ephy-history.h" #include "ephy-history-service.h" @@ -56,7 +55,7 @@ typedef struct GType ephy_history_window_get_type (void); -GtkWidget *ephy_history_window_new (EphyHistory *history, EphyHistoryService *history_service); +GtkWidget *ephy_history_window_new (EphyHistoryService *history_service); void ephy_history_window_set_parent (EphyHistoryWindow *ehw, GtkWidget *window); |