aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk-main_window_view_toggles.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-gtk-main_window_view_toggles.c')
-rw-r--r--src/fs/gnunet-fs-gtk-main_window_view_toggles.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fs/gnunet-fs-gtk-main_window_view_toggles.c b/src/fs/gnunet-fs-gtk-main_window_view_toggles.c
index 0cdea23a..1ef930d4 100644
--- a/src/fs/gnunet-fs-gtk-main_window_view_toggles.c
+++ b/src/fs/gnunet-fs-gtk-main_window_view_toggles.c
@@ -19,12 +19,12 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file src/main_window_view_toggles.c 22 * @file src/fs/gnunet-fs-gtk-main_window_view_toggles.c
23 * @author Christian Grothoff 23 * @author Christian Grothoff
24 * 24 *
25 * This file contains callbacks for the 'view' menu that toggle views. 25 * This file contains callbacks for the 'view' menu that toggle views.
26 */ 26 */
27#include "common.h" 27#include "gnunet-fs-gtk-common.h"
28#include "gnunet-fs-gtk.h" 28#include "gnunet-fs-gtk.h"
29 29
30 30
@@ -87,4 +87,4 @@ GNUNET_GTK_main_menu_view_metadata_toggled_cb (GtkWidget * dummy,
87} 87}
88 88
89 89
90/* end of main_window_view_toggles.c */ 90/* end of gnunet-fs-gtk-main_window_view_toggles.c */