From 17d28290d9bfbe98ae262b3261eea6cb13993af8 Mon Sep 17 00:00:00 2001 From: Colin Leroy Date: Sun, 15 Jan 2006 19:03:10 +0000 Subject: [PATCH] 2006-01-15 [colin] 1.9.100cvs154 * src/summaryview.c Delete selected messages? previously had Yes the default --- ChangeLog | 5 +++++ PATCHSETS | 1 + configure.ac | 2 +- src/summaryview.c | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d089ef40e..6ef19f520 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-01-15 [colin] 1.9.100cvs154 + + * src/summaryview.c + Delete selected messages? previously had Yes the default + 2006-01-15 [colin] 1.9.100cvs153 * src/folder.c diff --git a/PATCHSETS b/PATCHSETS index c5e54b894..d33c9f842 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -1137,3 +1137,4 @@ ( cvs diff -u -r 1.60.2.44 -r 1.60.2.45 src/addressbook.c; cvs diff -u -r 1.1.4.17 -r 1.1.4.18 src/expldifdlg.c; cvs diff -u -r 1.14.2.9 -r 1.14.2.10 src/importldif.c; cvs diff -u -r 1.4.12.11 -r 1.4.12.12 src/importmutt.c; cvs diff -u -r 1.1.14.11 -r 1.1.14.12 src/importpine.c; cvs diff -u -r 1.2.2.18 -r 1.2.2.19 src/mh_gtk.c; ) > 1.9.100cvs151.patchset ( cvs diff -u -r 1.213.2.74 -r 1.213.2.75 src/folder.c; ) > 1.9.100cvs152.patchset ( cvs diff -u -r 1.213.2.75 -r 1.213.2.76 src/folder.c; cvs diff -u -r 1.87.2.24 -r 1.87.2.25 src/folder.h; cvs diff -u -r 1.115.2.73 -r 1.115.2.74 src/main.c; ) > 1.9.100cvs153.patchset +( cvs diff -u -r 1.395.2.157 -r 1.395.2.158 src/summaryview.c; ) > 1.9.100cvs154.patchset diff --git a/configure.ac b/configure.ac index ecf73584b..db0fb7fa0 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=9 MICRO_VERSION=100 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=153 +EXTRA_VERSION=154 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/summaryview.c b/src/summaryview.c index 3119ea17b..0886487c6 100644 --- a/src/summaryview.c +++ b/src/summaryview.c @@ -3277,7 +3277,7 @@ void summary_delete(SummaryView *summaryview) aval = alertpanel(_("Delete message(s)"), _("Do you really want to delete selected message(s)?"), - GTK_STOCK_CANCEL, GTK_STOCK_DELETE, NULL); + GTK_STOCK_CANCEL, "+"GTK_STOCK_DELETE, NULL); if (aval != G_ALERTALTERNATE) return; for (cur = GTK_CLIST(ctree)->selection; cur != NULL && cur->data != NULL; -- 2.25.1