Modify

Opened 14 years ago

Closed 14 years ago

#4657 closed defect (worksforme)

[PATCH] Webkit-image-GTK patch

Reported by: sos20 Owned by: sos20
Priority: critical Milestone:
Component: Core imagery 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 (1)

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

Download all attachments as: .zip

Change History (4)

by sos20, 14 years ago

Attachment: webkit-image-gtk.patch added

comment:1 by stoecker, 14 years ago

Summary: Webkit-image-GTK patch[PATCH] Webkit-image-GTK patch

comment:2 by stoecker, 14 years ago

Owner: changed from team to sos20
Status: newneedinfo

What does this patch do?

comment:3 by stoecker, 14 years ago

Resolution: worksforme
Status: needinfoclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain sos20.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.