rename file_data_new_simple to file_data_new_group, filedata.c cleanup
[geeqie.git] / src / main.c
index cde2f4a..a60cb91 100644 (file)
@@ -125,7 +125,7 @@ static void parse_command_line_add_file(const gchar *file_path, gchar **path, gc
                {
                if (!*path) *path = remove_level_from_path(path_parsed);
                if (!*file) *file = g_strdup(path_parsed);
-               *list = g_list_prepend(*list, file_data_new_simple(path_parsed));
+               *list = g_list_prepend(*list, file_data_new_group(path_parsed));
                }
 }