[evince] libview: fix a typo of function name



commit bf49bd4e0d9edca5e15fcd2b53025d08250a10cd
Author: Qiu Wenbo <qiuwenbo kylinos com cn>
Date:   Mon Aug 16 16:05:52 2021 +0800

    libview: fix a typo of function name
    
    Signed-off-by: Qiu Wenbo <qiuwenbo kylinos com cn>

 libview/ev-view-presentation.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libview/ev-view-presentation.c b/libview/ev-view-presentation.c
index cc003305..8dab0ef4 100644
--- a/libview/ev-view-presentation.c
+++ b/libview/ev-view-presentation.c
@@ -870,8 +870,8 @@ ev_view_presentation_get_link_at_location (EvViewPresentation *pview,
 }
 
 static void
-ev_vew_presentation_handle_link (EvViewPresentation *pview,
-                                 EvLink             *link)
+ev_view_presentation_handle_link (EvViewPresentation *pview,
+                                  EvLink             *link)
 {
        EvLinkAction *action;
 
@@ -1239,7 +1239,7 @@ ev_view_presentation_button_release_event (GtkWidget      *widget,
                                                                  event->x,
                                                                  event->y);
                if (link)
-                       ev_vew_presentation_handle_link (pview, link);
+                       ev_view_presentation_handle_link (pview, link);
                else
                        ev_view_presentation_next_page (pview);
        }


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