Skip to content

Commit

Permalink
Using FF broken image icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adenilson committed Apr 21, 2015
1 parent 23945f2 commit 0f5b5a5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/net/image_cache_task.rs
Expand Up @@ -129,7 +129,6 @@ impl ImageCache {
// Used to preload the default placeholder.
fn init(&mut self) {
let mut placeholder_url = resources_dir_path();
// TODO (Savago): replace for a prettier one.
placeholder_url.push("rippy.jpg");
let image = load_image_data(Url::from_file_path(&*placeholder_url).unwrap(), self.resource_task.clone(), &self.placeholder_data);

Expand Down
Binary file modified resources/rippy.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/ref/rippy.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0f5b5a5

Please sign in to comment.