Mageia Bugzilla – Attachment 637 Details for
Bug 2048
[PATCH] Claws Mail Crashes on Startup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Patch to fix the problem.
claws-mail-xdisplay.patch (text/plain), 351 bytes, created by
Shlomi Fish
on 2011-07-06 17:34:54 CEST
(
hide
)
Description:
Patch to fix the problem.
Filename:
MIME Type:
Creator:
Shlomi Fish
Created:
2011-07-06 17:34:54 CEST
Size:
351 bytes
patch
obsolete
>--- src/main.c.orig 2011-07-06 18:16:02.278462456 +0300 >+++ src/main.c 2011-07-06 18:16:19.461462432 +0300 >@@ -331,7 +331,7 @@ > gtk_widget_show(hack); > } > >- xdisplay = gdk_display_get_default(); >+ xdisplay = GDK_DISPLAY_XDISPLAY(gdk_display_get_default()); > sn_display = sn_display_new(xdisplay, > sn_error_trap_push, > sn_error_trap_pop);
--- src/main.c.orig 2011-07-06 18:16:02.278462456 +0300 +++ src/main.c 2011-07-06 18:16:19.461462432 +0300 @@ -331,7 +331,7 @@ gtk_widget_show(hack); } - xdisplay = gdk_display_get_default(); + xdisplay = GDK_DISPLAY_XDISPLAY(gdk_display_get_default()); sn_display = sn_display_new(xdisplay, sn_error_trap_push, sn_error_trap_pop);
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2048
: 637