diff options
Diffstat (limited to 'src/plugins/fs/fs.c')
-rw-r--r-- | src/plugins/fs/fs.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/fs/fs.c b/src/plugins/fs/fs.c index bd651ecf..0c18fa7b 100644 --- a/src/plugins/fs/fs.c +++ b/src/plugins/fs/fs.c | |||
@@ -195,7 +195,7 @@ saveEventProcessor(void * cls) { | |||
195 | return ret; | 195 | return ret; |
196 | } | 196 | } |
197 | 197 | ||
198 | static void * | 198 | static void * |
199 | eventProcessor(void * unused, | 199 | eventProcessor(void * unused, |
200 | const FSUI_Event * event) { | 200 | const FSUI_Event * event) { |
201 | return gtkSaveCall(&saveEventProcessor, | 201 | return gtkSaveCall(&saveEventProcessor, |
@@ -204,7 +204,7 @@ eventProcessor(void * unused, | |||
204 | 204 | ||
205 | /** | 205 | /** |
206 | * Setup the summary views (in particular the models | 206 | * Setup the summary views (in particular the models |
207 | * and the renderers). | 207 | * and the renderers). |
208 | */ | 208 | */ |
209 | static void fs_summary_start() { | 209 | static void fs_summary_start() { |
210 | GtkComboBoxEntry * searchCB; | 210 | GtkComboBoxEntry * searchCB; |
@@ -221,7 +221,7 @@ static void fs_summary_start() { | |||
221 | searchCB | 221 | searchCB |
222 | = GTK_COMBO_BOX_ENTRY(glade_xml_get_widget(getMainXML(), | 222 | = GTK_COMBO_BOX_ENTRY(glade_xml_get_widget(getMainXML(), |
223 | "fssearchKeywordComboBoxEntry")); | 223 | "fssearchKeywordComboBoxEntry")); |
224 | 224 | ||
225 | model = gtk_list_store_new(NS_SEARCH_NUM, | 225 | model = gtk_list_store_new(NS_SEARCH_NUM, |
226 | G_TYPE_STRING, /* what we show */ | 226 | G_TYPE_STRING, /* what we show */ |
227 | G_TYPE_STRING, /* EncName of namespace */ | 227 | G_TYPE_STRING, /* EncName of namespace */ |
@@ -314,7 +314,7 @@ static void fs_summary_start() { | |||
314 | renderer, | 314 | renderer, |
315 | "text", DOWNLOAD_HSIZE, | 315 | "text", DOWNLOAD_HSIZE, |
316 | NULL); | 316 | NULL); |
317 | 317 | ||
318 | column = gtk_tree_view_get_column(downloadList, | 318 | column = gtk_tree_view_get_column(downloadList, |
319 | col - 1); | 319 | col - 1); |
320 | gtk_tree_view_column_set_resizable(column, TRUE); | 320 | gtk_tree_view_column_set_resizable(column, TRUE); |