diff options
Diffstat (limited to 'interface-gtk.h')
-rw-r--r-- | interface-gtk.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-gtk.h b/interface-gtk.h index 4a60482..b46f821 100644 --- a/interface-gtk.h +++ b/interface-gtk.h @@ -49,8 +49,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); inline void popup_show(void) { |