[gnome-documents] view: fix wrong method name in call to scroll_to_path()



commit fa7b5c3fdf00677d72ee9b65eda06e05b8945d5e
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Feb 27 19:38:43 2012 -0500

    view: fix wrong method name in call to scroll_to_path()
    
    Fallout from the old JS->C migration of GdMainView.

 src/view.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/view.js b/src/view.js
index 11c7f72..34f4402 100644
--- a/src/view.js
+++ b/src/view.js
@@ -236,7 +236,7 @@ View.prototype = {
                     selected.splice(urnIndex, 1);
 
                     if (first) {
-                        generic.scrollToPath(path);
+                        generic.scroll_to_path(path);
                         first = false;
                     }
                 }



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