1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Unbreak lacking of the gtktextview.disable_scroll_on_focus element

on gtk-2.2.2.

PR:		ports/54443
Submitted by:	Erik Greenwald <erik@smluc.org> (maintainer)
This commit is contained in:
Norikatsu Shigemura 2003-07-14 05:11:41 +00:00
parent e91564ba49
commit 0f4970f07d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84849

View File

@ -0,0 +1,11 @@
--- src/gtktextview.stub.orig Sun Jul 13 10:40:20 2003
+++ src/gtktextview.stub Sun Jul 13 10:41:03 2003
@@ -35,7 +35,7 @@
(cursor-visible :type <uint>)
(need-im-reset :type <uint>)
(just-selected-element :type <uint>)
- (disable-scroll-on-focus :type <uint>)
+ ;; (disable-scroll-on-focus :type <uint>) ;; doesn't exist in gtk-2.2.2
(onscreen-validated :type <uint>)
(mouse-cursor-obscured :type <uint>)
;; text-window :type (UNKNOWN . GtkTextWindow*)