aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fs/Makefile.am2
-rw-r--r--src/fs/gnunet-fs-gtk_main-window-meta-data-context-menu.c (renamed from src/fs/gnunet-fs-gtk-main_window_meta_data_context_menu.c)5
2 files changed, 4 insertions, 3 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index 9836b576..95226157 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -18,11 +18,11 @@ gnunet_fs_gtk_SOURCES = \
18 gnunet-fs-gtk_create-pseudonym.c \ 18 gnunet-fs-gtk_create-pseudonym.c \
19 gnunet-fs-gtk_download-save-as.c gnunet-fs-gtk_download-save-as.h \ 19 gnunet-fs-gtk_download-save-as.c gnunet-fs-gtk_download-save-as.h \
20 gnunet-fs-gtk_event-handler.c gnunet-fs-gtk_event-handler.h \ 20 gnunet-fs-gtk_event-handler.c gnunet-fs-gtk_event-handler.h \
21 gnunet-fs-gtk_main-window-meta-data-context-menu.c \
21 gnunet-fs-gtk_main-window-search.c \ 22 gnunet-fs-gtk_main-window-search.c \
22 gnunet-fs-gtk_main-window-view-toggles.c \ 23 gnunet-fs-gtk_main-window-view-toggles.c \
23 gnunet-fs-gtk_publish-dialog.c \ 24 gnunet-fs-gtk_publish-dialog.c \
24 gnunet-fs-gtk_publish-edit-dialog.c gnunet-fs-gtk_publish-edit-dialog.h \ 25 gnunet-fs-gtk_publish-edit-dialog.c gnunet-fs-gtk_publish-edit-dialog.h \
25 gnunet-fs-gtk-main_window_meta_data_context_menu.c \
26 gnunet-fs-gtk-main_window_file_download.c \ 26 gnunet-fs-gtk-main_window_file_download.c \
27 gnunet-fs-gtk-main_window_namespace.c \ 27 gnunet-fs-gtk-main_window_namespace.c \
28 gnunet-fs-gtk-main_window_open_directory.c 28 gnunet-fs-gtk-main_window_open_directory.c
diff --git a/src/fs/gnunet-fs-gtk-main_window_meta_data_context_menu.c b/src/fs/gnunet-fs-gtk_main-window-meta-data-context-menu.c
index af4efc42..bf3421ee 100644
--- a/src/fs/gnunet-fs-gtk-main_window_meta_data_context_menu.c
+++ b/src/fs/gnunet-fs-gtk_main-window-meta-data-context-menu.c
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file src/fs/gnunet-fs-gtk-main_window_meta_data_context_menu.c 22 * @file src/fs/gnunet-fs-gtk_main-window-meta-data-context-menu.c
23 * @brief context menu for the 'meta data' tree view in the main window 23 * @brief context menu for the 'meta data' tree view in the main window
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
@@ -176,6 +176,7 @@ GNUNET_GTK_main_window_metadata_treeview_button_press_event_cb (GtkWidget *
176 * 176 *
177 * @param widget the tree view widget 177 * @param widget the tree view widget
178 * @param user_data the gtk builder of the main window 178 * @param user_data the gtk builder of the main window
179 * @return TRUE we did it
179 */ 180 */
180gboolean 181gboolean
181GNUNET_GTK_main_window_metadata_treeview_popup_menu_cb (GtkWidget * widget, 182GNUNET_GTK_main_window_metadata_treeview_popup_menu_cb (GtkWidget * widget,
@@ -189,4 +190,4 @@ GNUNET_GTK_main_window_metadata_treeview_popup_menu_cb (GtkWidget * widget,
189 return TRUE; 190 return TRUE;
190} 191}
191 192
192/* end of gnunet-fs-gtk-meta_data_context_menu.c */ 193/* end of gnunet-fs-gtk_meta-data-context-menu.c */