Mercurial > geeqie
comparison src/uri_utils.c @ 1055:1646720364cf
Adding a vim modeline to all files - patch by Klaus Ethgen
author | nadvornik |
---|---|
date | Tue, 07 Oct 2008 18:20:22 +0000 |
parents | 1698baa37871 |
children | 8b89e3ff286b |
comparison
equal
deleted
inserted
replaced
1054:9157291b79a4 | 1055:1646720364cf |
---|---|
266 GList *path_list = filelist_to_path_list(list); | 266 GList *path_list = filelist_to_path_list(list); |
267 gchar *ret = uri_text_from_list(path_list, len, plain_text); | 267 gchar *ret = uri_text_from_list(path_list, len, plain_text); |
268 string_list_free(path_list); | 268 string_list_free(path_list); |
269 return ret; | 269 return ret; |
270 } | 270 } |
271 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */ |