[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: x_log.nw
User: danmc
Date: 05/02/20 23:10:16
Modified: . x_log.nw
Log:
add a missing GTK_TEXT_VIEW ()
Revision Changes Path
1.17 +1 -1 eda/geda/devel/gschem/noweb/x_log.nw
(In the diff below, changes in quantity of whitespace are not shown.)
Index: x_log.nw
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/noweb/x_log.nw,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- x_log.nw 20 Feb 2005 23:47:00 -0000 1.16
+++ x_log.nw 21 Feb 2005 04:10:16 -0000 1.17
@@ -331,7 +331,7 @@
/* scroll to the end of the buffer */
mark = gtk_text_buffer_get_insert (text_buffer);
- gtk_text_view_scroll_to_mark (text_view, mark, 0.0, TRUE, 0.0, 1.0);
+ gtk_text_view_scroll_to_mark (GTK_TEXT_VIEW (text_view), mark, 0.0, TRUE, 0.0, 1.0);
}
@ %def log_init