Modify

Ticket #4657 (closed defect: worksforme)

Opened 2 years ago

Last modified 18 months ago

[PATCH] Webkit-image-GTK patch

Reported by: sos20 Owned by: sos20
Priority: critical Component: Plugin wms
Version: Keywords: wms gtk webkit
Cc:

Description

Hey) I`m find bug in Webkit-image-GTK.c

int main (int argc, char argv) {

...

gtk_init (&argc, &argv);

window = gtk_window_new (GTK_WINDOW_POPUP);

...

be corrected to:

int main (int argc, char argv) {

...

gtk_init (&argc, &argv);

if (!g_thread_supported ()) g_thread_init (NULL);

window = gtk_window_new (GTK_WINDOW_POPUP);

... webkit-image-gtk.patch

Attachments

webkit-image-gtk.patch (576 bytes) - added by sos20 2 years ago.

Change History

Changed 2 years ago by sos20

comment:1 Changed 21 months ago by stoecker

  • Summary changed from Webkit-image-GTK patch to [PATCH] Webkit-image-GTK patch

comment:2 Changed 21 months ago by stoecker

  • Owner changed from team to sos20
  • Status changed from new to needinfo

What does this patch do?

comment:3 Changed 18 months ago by stoecker

  • Status changed from needinfo to closed
  • Resolution set to worksforme
View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
as The resolution will be set. Next status will be 'closed'
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.