Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 57784 Details for
Bug 91094
new ebuild for php-gtk 1.0.1 with some added features
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to apply to get gtkhtml extension working
php-gtk_gtkhtml-1.1.patch (text/plain), 1.88 KB, created by
Alessandro Sappia
on 2005-05-01 17:34:07 UTC
(
hide
)
Description:
patch to apply to get gtkhtml extension working
Filename:
MIME Type:
Creator:
Alessandro Sappia
Created:
2005-05-01 17:34:07 UTC
Size:
1.88 KB
patch
obsolete
>diff -ua php-gtk-1.0.1/ext/gtkhtml/gtkhtml.defs php-gtk-1.0.1.new/ext/gtkhtml/gtkhtml.defs >--- php-gtk-1.0.1/ext/gtkhtml/gtkhtml.defs 2003-10-10 10:52:36.000000000 +0200 >+++ php-gtk-1.0.1.new/ext/gtkhtml/gtkhtml.defs 2005-05-02 02:09:10.111617096 +0200 >@@ -345,9 +345,10 @@ > (of-object HTML (Gtk)) > (c-name gtk_html_request_paste) > (return-type none) >- (parameter (type-and-name GdkAtom selection)) >- (parameter (type-and-name gint type)) >- (parameter (type-and-name gint32 time)) >+ (parameter (type-and-name GdkAtom selection)) >+ (parameter (type-and-name gint type)) >+ (parameter (type-and-name gint32 time)) >+ (parameter (type-and-name gboolean as_cite)) > ) > > ;; Loading >@@ -514,7 +515,7 @@ > (of-object HTML (Gtk)) > (c-name gtk_html_set_indent) > (return-type none) >- (parameter (type-and-name gint level)) >+ (parameter (type-and-name GByteArray level)) > ) > > (method modify_indent_by_delta >@@ -574,12 +575,14 @@ > (of-object HTML (Gtk)) > (c-name gtk_html_paste) > (return-type none) >+ (parameter (type-and-name gboolean as_cite)) > ) > (method undo > (of-object HTML (Gtk)) > (c-name gtk_html_undo) > (return-type none) >-) >+) >+ > (method redo > (of-object HTML (Gtk)) > (c-name gtk_html_redo) >diff -ua php-gtk-1.0.1/ext/gtkhtml/gtkhtml.overrides php-gtk-1.0.1.new/ext/gtkhtml/gtkhtml.overrides >--- php-gtk-1.0.1/ext/gtkhtml/gtkhtml.overrides 2003-10-10 10:52:36.000000000 +0200 >+++ php-gtk-1.0.1.new/ext/gtkhtml/gtkhtml.overrides 2005-05-02 02:08:39.048339432 +0200 >@@ -1070,7 +1070,7 @@ > widget = php_gtk_shift_to_iframe_parent (widget, &x, &y); > > engine = GTK_HTML (widget)->engine; >- if (GTK_HTML (widget)->button1_pressed && html_engine_get_editable (engine)) >+ if (/* GTK_HTML (widget)->button1_pressed && */ html_engine_get_editable (engine)) > html_engine_jump_at (engine, > x + engine->x_offset, > y + engine->y_offset);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 91094
:
57783
| 57784