[gnome-python-desktop] Bug 586413 – compilation error due to: evince.c:857: error: implicit declaration of function ‘ev



commit 388b446d2b6f5d360b908a68627462ff7d8f6bd9
Author: Gustavo Carneiro <gjc inescporto pt>
Date:   Sun Jun 21 13:37:05 2009 +0100

    Bug 586413 â?? compilation error due to: evince.c:857: error: implicit declaration of function â??ev_view_update_view_sizeâ??

 evince/evince.defs |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/evince/evince.defs b/evince/evince.defs
index 42daa67..ffa42e5 100644
--- a/evince/evince.defs
+++ b/evince/evince.defs
@@ -321,14 +321,14 @@
 
 ;; XXX page_label_from_dest needs EvLinkDest
 
-(define-method update_view_size
-  (of-object "EvView")
-  (c-name "ev_view_update_view_size")
-  (return-type "none")
-  (parameters
-    '("GtkScrolledWindow*" "scrolled_window")
-  )
-)
+;; (define-method update_view_size
+;;   (of-object "EvView")
+;;   (c-name "ev_view_update_view_size")
+;;   (return-type "none")
+;;   (parameters
+;;     '("GtkScrolledWindow*" "scrolled_window")
+;;   )
+;; )
 
 (define-method autoscroll_start
   (of-object "EvView")



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