[epiphany] Fix typo in ephy_embed_shell_set_thumbnail_path



commit 9fb447b99785e855f23a9929859407369241e3a6
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Thu Oct 8 21:50:05 2015 -0500

    Fix typo in ephy_embed_shell_set_thumbnail_path

 embed/ephy-about-handler.c |    2 +-
 embed/ephy-embed-shell.c   |    2 +-
 embed/ephy-embed-shell.h   |    2 +-
 embed/ephy-web-view.c      |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/embed/ephy-about-handler.c b/embed/ephy-about-handler.c
index f658c3c..1bdd17e 100644
--- a/embed/ephy-about-handler.c
+++ b/embed/ephy-about-handler.c
@@ -419,7 +419,7 @@ got_snapshot_path_for_url_cb (EphySnapshotService *service,
 
   snapshot = ephy_snapshot_service_get_snapshot_path_for_url_finish (service, result, NULL);
   if (snapshot) {
-    ephy_embed_shell_set_thumbanil_path (ephy_embed_shell_get_default (), data->url, data->mtime, snapshot);
+    ephy_embed_shell_set_thumbnail_path (ephy_embed_shell_get_default (), data->url, data->mtime, snapshot);
     g_free (snapshot);
   }
   g_free (data->url);
diff --git a/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c
index 5371744..07ad17e 100644
--- a/embed/ephy-embed-shell.c
+++ b/embed/ephy-embed-shell.c
@@ -387,7 +387,7 @@ history_service_cleared_cb (EphyHistoryService *service,
 }
 
 void
-ephy_embed_shell_set_thumbanil_path (EphyEmbedShell *shell,
+ephy_embed_shell_set_thumbnail_path (EphyEmbedShell *shell,
                                      const char *url,
                                      time_t mtime,
                                      const char *path)
diff --git a/embed/ephy-embed-shell.h b/embed/ephy-embed-shell.h
index ac695fe..9335704 100644
--- a/embed/ephy-embed-shell.h
+++ b/embed/ephy-embed-shell.h
@@ -91,7 +91,7 @@ gboolean           ephy_embed_shell_launch_handler             (EphyEmbedShell
                                                                 const char       *mime_type,
                                                                 guint32           user_time);
 void               ephy_embed_shell_clear_cache                (EphyEmbedShell   *shell);
-void               ephy_embed_shell_set_thumbanil_path         (EphyEmbedShell   *shell,
+void               ephy_embed_shell_set_thumbnail_path         (EphyEmbedShell   *shell,
                                                                 const char       *url,
                                                                 time_t            mtime,
                                                                 const char       *path);
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c
index 838768f..a07a3e5 100644
--- a/embed/ephy-web-view.c
+++ b/embed/ephy-web-view.c
@@ -592,7 +592,7 @@ got_snapshot_path_cb (EphySnapshotService *service,
 
   snapshot = ephy_snapshot_service_get_snapshot_path_finish (service, result, NULL);
   if (snapshot) {
-    ephy_embed_shell_set_thumbanil_path (ephy_embed_shell_get_default (), data->url, data->mtime, snapshot);
+    ephy_embed_shell_set_thumbnail_path (ephy_embed_shell_get_default (), data->url, data->mtime, snapshot);
     g_free (snapshot);
   }
   g_free (data->url);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]