From a4b3d5ad911c926eb4b9dabb99597185686e4a36 Mon Sep 17 00:00:00 2001 From: Colin Leroy Date: Fri, 22 May 2009 07:51:50 +0000 Subject: [PATCH] 2009-05-22 [colin] 3.7.1cvs62 * src/compose.c Fix icon size --- ChangeLog | 5 +++++ PATCHSETS | 1 + configure.ac | 2 +- src/compose.c | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e8e55c8ea..2f7b1b31a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-05-22 [colin] 3.7.1cvs62 + + * src/compose.c + Fix icon size + 2009-05-21 [mones] 3.7.1cvs61 * src/compose.c diff --git a/PATCHSETS b/PATCHSETS index c019e4013..967ed1d64 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -3801,3 +3801,4 @@ ( cvs diff -u -r 1.20.2.22 -r 1.20.2.23 src/gtk/Makefile.am; ) > 3.7.1cvs59.patchset ( cvs diff -u -r 1.274.2.301 -r 1.274.2.302 src/mainwindow.c; cvs diff -u -r 1.39.2.56 -r 1.39.2.57 src/mainwindow.h; cvs diff -u -r 1.14.2.68 -r 1.14.2.69 src/plugins/trayicon/trayicon.c; ) > 3.7.1cvs60.patchset ( cvs diff -u -r 1.382.2.508 -r 1.382.2.509 src/compose.c; cvs diff -u -r 1.50.2.53 -r 1.50.2.54 src/compose.h; ) > 3.7.1cvs61.patchset +( cvs diff -u -r 1.382.2.509 -r 1.382.2.510 src/compose.c; ) > 3.7.1cvs62.patchset diff --git a/configure.ac b/configure.ac index e4a359f90..2bcef6db2 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ MINOR_VERSION=7 MICRO_VERSION=1 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=61 +EXTRA_VERSION=62 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/compose.c b/src/compose.c index ce5682a58..0df06d886 100644 --- a/src/compose.c +++ b/src/compose.c @@ -6371,7 +6371,7 @@ static void compose_create_header_entry(Compose *compose) /* Entry field with cleanup button */ button = gtk_button_new(); gtk_button_set_image(GTK_BUTTON(button), - gtk_image_new_from_stock(GTK_STOCK_CLEAR, GTK_ICON_SIZE_BUTTON)); + gtk_image_new_from_stock(GTK_STOCK_CLEAR, GTK_ICON_SIZE_MENU)); gtk_widget_show(button); CLAWS_SET_TIP(button, _("Delete entry contents")); -- 2.25.1