aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk_event-handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-gtk_event-handler.c')
-rw-r--r--src/fs/gnunet-fs-gtk_event-handler.c12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/fs/gnunet-fs-gtk_event-handler.c b/src/fs/gnunet-fs-gtk_event-handler.c
index 74a87598..003a2ea7 100644
--- a/src/fs/gnunet-fs-gtk_event-handler.c
+++ b/src/fs/gnunet-fs-gtk_event-handler.c
@@ -119,6 +119,12 @@ enum SEARCH_TAB_ModelColumns
119 * A gint. 119 * A gint.
120 */ 120 */
121 SEARCH_TAB_MC_DOWNLOADED_ANONYMITY = 16, 121 SEARCH_TAB_MC_DOWNLOADED_ANONYMITY = 16,
122
123 /**
124 * A GdkPixbuf.
125 */
126 SEARCH_TAB_MC_STATUS_ICON = 17
127
122 }; 128 };
123 129
124 130
@@ -156,6 +162,11 @@ enum PUBLISH_TAB_ModelColumns
156 * A gchararray. 162 * A gchararray.
157 */ 163 */
158 PUBLISH_TAB_MC_RESULT_STRING = 5, 164 PUBLISH_TAB_MC_RESULT_STRING = 5,
165
166 /**
167 * A GdkPixbuf.
168 */
169 PUBLISH_TAB_MC_STATUS_ICON = 6
159 }; 170 };
160 171
161 172
@@ -218,7 +229,6 @@ struct PublishEntry
218}; 229};
219 230
220 231
221
222/** 232/**
223 * Head of linked list of tabs for searches. 233 * Head of linked list of tabs for searches.
224 */ 234 */