From: Paul Mangan Date: Sat, 25 Aug 2007 09:42:14 +0000 (+0000) Subject: 2007-08-25 [paul] 2.10.0cvs172 X-Git-Tag: rel_3_0_0~20 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=891aeb3f6cc539a51653bbd16c38350f20e75fb2 2007-08-25 [paul] 2.10.0cvs172 * src/gtk/icon_legend.c add watchthread.xpm --- diff --git a/ChangeLog b/ChangeLog index 6a46b40ea..f80abfdb7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-08-25 [paul] 2.10.0cvs172 + + * src/gtk/icon_legend.c + add watchthread.xpm + 2007-08-25 [paul] 2.10.0cvs171 * src/Makefile.am diff --git a/PATCHSETS b/PATCHSETS index 8eeca114c..e260ad868 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -2826,3 +2826,4 @@ ( cvs diff -u -r 1.14.2.56 -r 1.14.2.57 src/plugins/trayicon/trayicon.c; ) > 2.10.0cvs169.patchset ( cvs diff -u -r 1.14.2.57 -r 1.14.2.58 src/plugins/trayicon/trayicon.c; ) > 2.10.0cvs170.patchset ( cvs diff -u -r 1.155.2.73 -r 1.155.2.74 src/Makefile.am; cvs diff -u -r 1.25.2.46 -r 1.25.2.47 src/stock_pixmap.c; diff -u /dev/null src/pixmaps/insert_file.xpm; ) > 2.10.0cvs171.patchset +( cvs diff -u -r 1.1.2.15 -r 1.1.2.16 src/gtk/icon_legend.c; ) > 2.10.0cvs172.patchset diff --git a/configure.ac b/configure.ac index 554615c4d..2e2b78e66 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=10 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=171 +EXTRA_VERSION=172 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/gtk/icon_legend.c b/src/gtk/icon_legend.c index 63efb43e4..f42337755 100644 --- a/src/gtk/icon_legend.c +++ b/src/gtk/icon_legend.c @@ -1,5 +1,5 @@ /* - * This file Copyright (C) 2005 Paul Mangan + * This file Copyright (C) 2005-2007 Paul Mangan * and the Claws Mail team * * This program is free software; you can redistribute it and/or modify @@ -38,7 +38,7 @@ #include "stock_pixmap.h" #include "prefs_gtk.h" -#define ICONS 19 +#define ICONS 20 StockPixmap legend_icons[ICONS] = { STOCK_PIXMAP_NEW, @@ -46,6 +46,7 @@ StockPixmap legend_icons[ICONS] = { STOCK_PIXMAP_REPLIED, STOCK_PIXMAP_FORWARDED, STOCK_PIXMAP_IGNORETHREAD, + STOCK_PIXMAP_WATCHTHREAD, STOCK_PIXMAP_SPAM, STOCK_PIXMAP_CLIP, STOCK_PIXMAP_GPG_SIGNED, @@ -69,6 +70,7 @@ static gchar *legend_icon_desc[] = { N_("Message has been replied to"), N_("Message has been forwarded"), N_("Message is in an ignored thread"), + N_("Message is in a watched thread"), N_("Message is spam"), /* attachment column */ N_("Message has attachment(s)"),