ALT Linux Bugzilla
– Attachment 3647 Details for
Bug 10044
Sylph-claws dumps core when editing displayed headers
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
патч, похожий на корректный.
claws-mail-alt-10044-fix.patch (text/plain), 1.00 KB, created by
algor
on 2009-07-08 16:04:43 MSD
(
hide
)
Description:
патч, похожий на корректный.
Filename:
MIME Type:
Creator:
algor
Created:
2009-07-08 16:04:43 MSD
Size:
1.00 KB
patch
obsolete
>--- ./src/prefs_display_header.c.orig 2009-07-08 15:42:53.000000000 +0400 >+++ ./src/prefs_display_header.c 2009-07-08 15:59:32.000000000 +0400 >@@ -81,6 +81,7 @@ static gboolean prefs_display_header_key > gpointer data); > static void prefs_display_header_ok (void); > static void prefs_display_header_cancel (void); >+static void prefs_display_header_delete (void); > static gint prefs_display_header_deleted (GtkWidget *widget, > GdkEventAny *event, > gpointer data); >@@ -731,6 +732,11 @@ static void prefs_display_header_ok(void > > static void prefs_display_header_cancel(void) > { >+ gtk_widget_hide(dispheader.window); >+} >+ >+static void prefs_display_header_delete(void) >+{ > prefs_display_header_read_config(); > gtk_widget_hide(dispheader.window); > } >@@ -738,7 +744,7 @@ static void prefs_display_header_cancel( > static gint prefs_display_header_deleted(GtkWidget *widget, GdkEventAny *event, > gpointer data) > { >- prefs_display_header_cancel(); >+ prefs_display_header_delete(); > return TRUE; > } >
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 10044
:
3646
| 3647 |
3658