2006-09-07 [wwp] 2.4.0cvs161
* src/summaryview.c use GTK_STOCK icons when possible, patch by Fabien Vantard <fzzzzz@gmail.com>.
This commit is contained in:
parent
812c9ecd21
commit
84bd0295c1
4 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2006-09-07 [wwp] 2.4.0cvs161
|
||||
|
||||
* src/summaryview.c
|
||||
use GTK_STOCK icons when possible, patch by Fabien Vantard
|
||||
<fzzzzz@gmail.com>.
|
||||
|
||||
2006-09-07 [paul] 2.4.0cvs160
|
||||
|
||||
* src/mimeview.c
|
||||
|
|
|
@ -1852,3 +1852,4 @@
|
|||
( cvs diff -u -r 1.59.2.43 -r 1.59.2.44 src/prefs_filtering.c; ) > 2.4.0cvs158.patchset
|
||||
( cvs diff -u -r 1.83.2.88 -r 1.83.2.89 src/mimeview.c; ) > 2.4.0cvs159.patchset
|
||||
( cvs diff -u -r 1.83.2.89 -r 1.83.2.90 src/mimeview.c; ) > 2.4.0cvs160.patchset
|
||||
( cvs diff -u -r 1.395.2.245 -r 1.395.2.246 src/summaryview.c; ) > 2.4.0cvs161.patchset
|
||||
|
|
|
@ -11,7 +11,7 @@ MINOR_VERSION=4
|
|||
MICRO_VERSION=0
|
||||
INTERFACE_AGE=0
|
||||
BINARY_AGE=0
|
||||
EXTRA_VERSION=160
|
||||
EXTRA_VERSION=161
|
||||
EXTRA_RELEASE=
|
||||
EXTRA_GTK2_VERSION=
|
||||
|
||||
|
|
|
@ -4614,7 +4614,7 @@ gboolean summary_filter_get_mode(void)
|
|||
_("Filtering"),
|
||||
_("There are some filtering rules that belong to an account.\n"
|
||||
"Please choose what to do with these rules:"),
|
||||
_("_Filter"), _("_Cancel"), NULL, TRUE, vbox);
|
||||
_("_Filter"), GTK_STOCK_CANCEL, NULL, TRUE, vbox);
|
||||
if ((val & ~G_ALERTDISABLE) != G_ALERTDEFAULT) {
|
||||
return FALSE;
|
||||
} else if (val & G_ALERTDISABLE)
|
||||
|
|
Loading…
Reference in a new issue