diff options
Diffstat (limited to 'interface-ncurses.h')
-rw-r--r-- | interface-ncurses.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-ncurses.h b/interface-ncurses.h index e821699..97269a4 100644 --- a/interface-ncurses.h +++ b/interface-ncurses.h @@ -57,8 +57,8 @@ public: void cmdline_update(const gchar *cmdline = NULL); - void popup_add_filename(PopupFileType type, - const gchar *filename, bool highlight = false); + void popup_add(PopupEntryType type, + const gchar *name, bool highlight = false); void popup_show(void); void popup_clear(void); |