aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/Makefile.am4
-rw-r--r--src/fs/gnunet-fs-gtk_main-window-namespace-dropdown.c (renamed from src/fs/gnunet-fs-gtk-main_window_namespace.c)6
2 files changed, 5 insertions, 5 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index 0fc819d8..07935135 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -19,13 +19,13 @@ gnunet_fs_gtk_SOURCES = \
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-meta-data-context-menu.c \
22 gnunet-fs-gtk_main-window-namespace-dropdown.c \
22 gnunet-fs-gtk_main-window-search.c \ 23 gnunet-fs-gtk_main-window-search.c \
23 gnunet-fs-gtk_main-window-view-toggles.c \ 24 gnunet-fs-gtk_main-window-view-toggles.c \
24 gnunet-fs-gtk_open-directory.c \ 25 gnunet-fs-gtk_open-directory.c \
25 gnunet-fs-gtk_open-uri.c \ 26 gnunet-fs-gtk_open-uri.c \
26 gnunet-fs-gtk_publish-dialog.c \ 27 gnunet-fs-gtk_publish-dialog.c \
27 gnunet-fs-gtk_publish-edit-dialog.c gnunet-fs-gtk_publish-edit-dialog.h \ 28 gnunet-fs-gtk_publish-edit-dialog.c gnunet-fs-gtk_publish-edit-dialog.h
28 gnunet-fs-gtk-main_window_namespace.c
29gnunet_fs_gtk_LDADD = \ 29gnunet_fs_gtk_LDADD = \
30 $(top_builddir)/src/lib/libgnunetgtk.la \ 30 $(top_builddir)/src/lib/libgnunetgtk.la \
31 @GTK_LIBS@ \ 31 @GTK_LIBS@ \
diff --git a/src/fs/gnunet-fs-gtk-main_window_namespace.c b/src/fs/gnunet-fs-gtk_main-window-namespace-dropdown.c
index db724b9e..99b26575 100644
--- a/src/fs/gnunet-fs-gtk-main_window_namespace.c
+++ b/src/fs/gnunet-fs-gtk_main-window-namespace-dropdown.c
@@ -19,8 +19,8 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file src/fs/gnunet-fs-gtk-main_window_namespace.c 22 * @file src/fs/gnunet-fs-gtk_main-window-namespace-dropdown.c
23 * @author Christian Grothoff 23 * @author LRN
24 * @brief event handlers for the namespace selection dropdown box in the main window 24 * @brief event handlers for the namespace selection dropdown box in the main window
25 */ 25 */
26#include "gnunet-fs-gtk_common.h" 26#include "gnunet-fs-gtk_common.h"
@@ -473,4 +473,4 @@ GNUNET_GTK_main_window_realize_cb (GtkWidget * widget, gpointer user_data)
473} 473}
474 474
475 475
476/* end of gnunet-fs-gtk-main_window_namespace.c */ 476/* end of gnunet-fs-gtk_main-window-namespace-dropdown.c */