summaryrefslogtreecommitdiff
path: root/frontends/gtk/hotlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/gtk/hotlist.c')
-rw-r--r--frontends/gtk/hotlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/gtk/hotlist.c b/frontends/gtk/hotlist.c
index 6ce9060fb..34a13772d 100644
--- a/frontends/gtk/hotlist.c
+++ b/frontends/gtk/hotlist.c
@@ -398,7 +398,7 @@ nserror nsgtk_hotlist_destroy(void)
return NSERROR_OK;
}
- res = hotlist_fini(nsoption_charp(hotlist_path));
+ res = hotlist_manager_fini();
if (res == NSERROR_OK) {
res = nsgtk_corewindow_fini(&hotlist_window->core);
gtk_widget_destroy(GTK_WIDGET(hotlist_window->wnd));