Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 313222 Details for
Bug 456432
(Windowless Crash) Flash 10 w/ Firefox 3
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch to nspluginwrapper
nspluginwrapper-1.1.0-visual-id.patch (text/plain), 763 bytes, created by
Martin Stransky
on 2008-08-01 18:58:54 UTC
(
hide
)
Description:
patch to nspluginwrapper
Filename:
MIME Type:
Creator:
Martin Stransky
Created:
2008-08-01 18:58:54 UTC
Size:
763 bytes
patch
obsolete
>diff -up nspluginwrapper-1.1.0/src/npw-rpc.c.old nspluginwrapper-1.1.0/src/npw-rpc.c >--- nspluginwrapper-1.1.0/src/npw-rpc.c.old 2008-07-06 17:33:14.000000000 +0200 >+++ nspluginwrapper-1.1.0/src/npw-rpc.c 2008-08-01 20:45:33.000000000 +0200 >@@ -381,7 +381,8 @@ static int do_send_NPSetWindowCallbackSt > return error; > if ((error = rpc_message_send_int32(message, ws_info->type)) < 0) > return error; >- if ((error = rpc_message_send_uint32(message, XVisualIDFromVisual(ws_info->visual))) < 0) >+ uint32_t visual_id = ws_info->visual != NULL ? XVisualIDFromVisual(ws_info->visual) : 0; >+ if ((error = rpc_message_send_uint32(message, visual_id)) < 0) > return error; > if ((error = rpc_message_send_uint32(message, ws_info->colormap)) < 0) > return error;
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 456432
:
313038
| 313222