From fd50bca7e219b6922104046fe83d531d95477089 Mon Sep 17 00:00:00 2001 From: Tristan Chabredier Date: Wed, 26 Oct 2005 22:30:14 +0000 Subject: [PATCH] 2005-10-26 [wwp] 1.9.15cvs115 * src/prefs_matcher.c enlarge boolean op widget width a bit (wasn't always showing text contents) --- ChangeLog-gtk2.claws | 5 +++++ PATCHSETS | 1 + configure.ac | 2 +- src/prefs_matcher.c | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog-gtk2.claws b/ChangeLog-gtk2.claws index 51486897c..4d2a33e83 100644 --- a/ChangeLog-gtk2.claws +++ b/ChangeLog-gtk2.claws @@ -1,3 +1,8 @@ +2005-10-26 [wwp] 1.9.15cvs115 + + * src/prefs_matcher.c + enlarge boolean op widget width a bit (wasn't always showing text contents) + 2005-10-26 [wwp] 1.9.15cvs114 * src/procmime.c diff --git a/PATCHSETS b/PATCHSETS index a6480eab1..0c4e84910 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -951,3 +951,4 @@ ( cvs diff -u -r 1.1.2.6 -r 1.1.2.7 src/prefs_message.c; ) > 1.9.15cvs112.patchset ( cvs diff -u -r 1.60.2.17 -r 1.60.2.18 po/es.po; ) > 1.9.15cvs113.patchset ( cvs diff -u -r 1.49.2.65 -r 1.49.2.66 src/procmime.c; cvs diff -u -r 1.1.4.10 -r 1.1.4.11 src/gtk/gtksctree.c; cvs diff -u -r 1.4.2.5 -r 1.4.2.6 src/plugins/spamassassin/libspamc.c; cvs diff -u -r 1.18.2.9 -r 1.18.2.10 src/plugins/spamassassin/spamassassin.c; ) > 1.9.15cvs114.patchset +( cvs diff -u -r 1.43.2.28 -r 1.43.2.29 src/prefs_matcher.c; ) > 1.9.15cvs115.patchset diff --git a/configure.ac b/configure.ac index 4067d0041..ed2fc5842 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=9 MICRO_VERSION=15 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=114 +EXTRA_VERSION=115 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/prefs_matcher.c b/src/prefs_matcher.c index e723507ca..3f3c95e44 100644 --- a/src/prefs_matcher.c +++ b/src/prefs_matcher.c @@ -618,7 +618,7 @@ static void prefs_matcher_create(void) bool_op_combo = gtk_combo_new(); gtk_widget_show(bool_op_combo); - gtk_widget_set_size_request(bool_op_combo, 50, -1); + gtk_widget_set_size_request(bool_op_combo, 60, -1); bool_op_list = GTK_COMBO(bool_op_combo)->list; gtk_entry_set_editable(GTK_ENTRY(GTK_COMBO(bool_op_combo)->entry), FALSE); -- 2.25.1