summaryrefslogtreecommitdiff
path: root/gtk/cookies.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/cookies.c')
-rw-r--r--gtk/cookies.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/cookies.c b/gtk/cookies.c
index 99b2a803f..f8b2b7d35 100644
--- a/gtk/cookies.c
+++ b/gtk/cookies.c
@@ -112,7 +112,7 @@ bool nsgtk_cookies_init(const char *glade_file_location)
drawing_area = GTK_DRAWING_AREA(gtk_builder_get_object(gladeFile,
"cookiesDrawingArea"));
- cookies_window = nsgtk_treeview_create(cookies_get_tree_flags(), window,
+ cookies_window = nsgtk_treeview_create(TREE_COOKIES, window,
scrolled, drawing_area);
if (cookies_window == NULL)