aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/fs/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/fs/fs.h')
-rw-r--r--src/plugins/fs/fs.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/plugins/fs/fs.h b/src/plugins/fs/fs.h
index 9ab34778..2c38246d 100644
--- a/src/plugins/fs/fs.h
+++ b/src/plugins/fs/fs.h
@@ -27,6 +27,7 @@
27#ifndef GTK_FS_H 27#ifndef GTK_FS_H
28#define GTK_FS_H 28#define GTK_FS_H
29 29
30#include "platform.h"
30#include <GNUnet/gnunet_ecrs_lib.h> 31#include <GNUnet/gnunet_ecrs_lib.h>
31#include <GNUnet/gnunet_fsui_lib.h> 32#include <GNUnet/gnunet_fsui_lib.h>
32#include <GNUnet/gnunet_uritrack_lib.h> 33#include <GNUnet/gnunet_uritrack_lib.h>
@@ -52,9 +53,6 @@ enum
52enum 53enum
53{ 54{
54 SEARCH_NAME = 0, 55 SEARCH_NAME = 0,
55#ifdef HAVE_GIO
56 SEARCH_ICON,
57#endif
58 SEARCH_SIZE, 56 SEARCH_SIZE,
59 SEARCH_HSIZE, 57 SEARCH_HSIZE,
60 SEARCH_MIME, 58 SEARCH_MIME,
@@ -73,6 +71,9 @@ enum
73 SEARCH_APPLICABILITY_RANK, 71 SEARCH_APPLICABILITY_RANK,
74 SEARCH_RANK_PIXBUF, 72 SEARCH_RANK_PIXBUF,
75 SEARCH_RANK_SORT, 73 SEARCH_RANK_SORT,
74#ifdef HAVE_GIO
75 SEARCH_ICON,
76#endif
76 SEARCH_NUM, 77 SEARCH_NUM,
77}; 78};
78 79