FreeBSD Bugzilla – Attachment 82632 Details for
Bug 118202
[patch] wxgtk26 + gtk20 incompatibility crashes audio/audacity
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.shar
file.shar (text/plain), 1.48 KB, created by
Henrik Gulbrandsen
on 2007-11-22 16:40:01 UTC
(
hide
)
Description:
file.shar
Filename:
MIME Type:
Creator:
Henrik Gulbrandsen
Created:
2007-11-22 16:40:01 UTC
Size:
1.48 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># patch-src-gtk-button.cpp ># patch-src-gtk-window.cpp ># >echo x - patch-src-gtk-button.cpp >sed 's/^X//' >patch-src-gtk-button.cpp << 'END-of-patch-src-gtk-button.cpp' >X--- src/gtk/button.cpp.orig 2006-03-22 00:42:16.000000000 +0100 >X+++ src/gtk/button.cpp 2007-11-22 14:00:47.000000000 +0100 >X@@ -89,7 +89,7 @@ >X right_border += default_border->right; >X top_border += default_border->top; >X bottom_border += default_border->bottom; >X- g_free( default_border ); >X+ gtk_border_free( default_border ); >X } >X #else >X left_border = 6; >END-of-patch-src-gtk-button.cpp >echo x - patch-src-gtk-window.cpp >sed 's/^X//' >patch-src-gtk-window.cpp << 'END-of-patch-src-gtk-window.cpp' >X--- src/gtk/window.cpp.orig 2006-03-22 00:42:17.000000000 +0100 >X+++ src/gtk/window.cpp 2007-11-22 14:01:22.000000000 +0100 >X@@ -3279,7 +3279,7 @@ >X right_border += default_border->right; >X top_border += default_border->top; >X bottom_border += default_border->bottom; >X- g_free( default_border ); >X+ gtk_border_free( default_border ); >X } >X #else >X left_border = 6; >END-of-patch-src-gtk-window.cpp >exit
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 Raw
Actions:
View
Attachments on
bug 118202
: 82632