summaryrefslogtreecommitdiff
path: root/gtk/gtk_history.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2010-12-14 00:18:24 +0000
committerVincent Sanders <vince@netsurf-browser.org>2010-12-14 00:18:24 +0000
commit60c840628f4f2aebc86adea495258be1ecc738e8 (patch)
tree45a947044dbf5629d0c928ad7f82321060ee2dc7 /gtk/gtk_history.c
parent67556f54feaba380bb48459beb9b85329e67fc7c (diff)
downloadnetsurf-60c840628f4f2aebc86adea495258be1ecc738e8.tar.gz
netsurf-60c840628f4f2aebc86adea495258be1ecc738e8.tar.bz2
Small refactor to change icon names to being passed in from frontends instead of core treeview globals
svn path=/trunk/netsurf/; revision=11053
Diffstat (limited to 'gtk/gtk_history.c')
-rw-r--r--gtk/gtk_history.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtk_history.c b/gtk/gtk_history.c
index 75b392fb3..62cc798e5 100644
--- a/gtk/gtk_history.c
+++ b/gtk/gtk_history.c
@@ -128,7 +128,8 @@ bool nsgtk_history_init(void)
CONNECT(window, "hide", nsgtk_tree_window_hide, global_history_window);
history_global_initialise(
- nsgtk_treeview_get_tree(global_history_window));
+ nsgtk_treeview_get_tree(global_history_window),
+ tree_directory_icon_name);
nsgtk_history_init_menu();