[gnome-commander] Fix compiler warning about undeclared function
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] Fix compiler warning about undeclared function
- Date: Tue, 19 May 2020 19:40:00 +0000 (UTC)
commit f91d9ee25232bbb5b777577dfbd08e9fde9d1dad
Author: Uwe Scholz <u scholz83 gmx de>
Date: Tue May 19 19:19:00 2020 +0200
Fix compiler warning about undeclared function
src/gnome-cmd-file-popmenu.h | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/gnome-cmd-file-popmenu.h b/src/gnome-cmd-file-popmenu.h
index 20dd2183..601e32f7 100644
--- a/src/gnome-cmd-file-popmenu.h
+++ b/src/gnome-cmd-file-popmenu.h
@@ -56,4 +56,5 @@ GtkType gnome_cmd_file_popmenu_get_type ();
GtkUIManager *get_file_popup_ui_manager (GnomeCmdFileList *gnomeCmdFileList);
guint add_action_script_entries(GtkUIManager *uiManager, GList *files);
guint add_open_with_entries (GtkUIManager *ui_manager, GnomeCmdFileList *gnomeCmdFileList);
+guint add_action_script_entries(GtkUIManager *uiManager, GList *files);
void add_execute_entry(GtkUIManager *ui_manager, GnomeCmdFileList *gnomeCmdFileList);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]