projects
/
claws.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
removed local account without SMTP server - added option to use mail command
[claws.git]
/
src
/
prefs_headers.c
diff --git
a/src/prefs_headers.c
b/src/prefs_headers.c
index 8aac245daf5ce63cb54cc202accf3e84fd7e4c89..81274242c67b3cfaa01d82c23fabea73d400433b 100644
(file)
--- a/
src/prefs_headers.c
+++ b/
src/prefs_headers.c
@@
-606,7
+606,7
@@
static void prefs_headers_select(GtkCList *clist, gint row, gint column,
GdkEvent *event)
{
CustomHeader *ch;
- CustomHeader default_ch = { "", NULL };
+ CustomHeader default_ch = {
0,
"", NULL };
ch = gtk_clist_get_row_data(clist, row);
if (!ch)