From cf82af3c8c8051f437e9d2274e57d995589ecdcc Mon Sep 17 00:00:00 2001 From: Tristan Chabredier Date: Thu, 5 Jul 2007 20:33:23 +0000 Subject: [PATCH] 2007-07-05 [wwp] 2.10.0cvs8 * src/plugins/clamav/clamav_plugin_gtk.c Make vertical spacing like in other plugin prefs pages. --- ChangeLog | 5 +++++ PATCHSETS | 1 + configure.ac | 2 +- src/plugins/clamav/clamav_plugin_gtk.c | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a396a95e8..8d2732cb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-07-05 [wwp] 2.10.0cvs8 + + * src/plugins/clamav/clamav_plugin_gtk.c + Make vertical spacing like in other plugin prefs pages. + 2007-07-05 [wwp] 2.10.0cvs7 * src/quote_fmt.c diff --git a/PATCHSETS b/PATCHSETS index 3b07dfb04..d9da70b47 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -2661,3 +2661,4 @@ ( cvs diff -u -r 1.53.2.27 -r 1.53.2.28 po/POTFILES.in; ) > 2.10.0cvs5.patchset ( cvs diff -u -r 1.1.2.31 -r 1.1.2.32 src/plugins/bogofilter/bogofilter.c; ) > 2.10.0cvs6.patchset ( cvs diff -u -r 1.8.2.20 -r 1.8.2.21 src/quote_fmt.c; ) > 2.10.0cvs7.patchset +( cvs diff -u -r 1.9.2.24 -r 1.9.2.25 src/plugins/clamav/clamav_plugin_gtk.c; ) > 2.10.0cvs8.patchset diff --git a/configure.ac b/configure.ac index 130487318..1c3b8e337 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=7 +EXTRA_VERSION=8 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/plugins/clamav/clamav_plugin_gtk.c b/src/plugins/clamav/clamav_plugin_gtk.c index 0537737fa..4511733c5 100644 --- a/src/plugins/clamav/clamav_plugin_gtk.c +++ b/src/plugins/clamav/clamav_plugin_gtk.c @@ -89,7 +89,7 @@ static void clamav_create_widget_func(PrefsPage * _page, GtkWindow *window, gpoi gtk_widget_show (vbox1); gtk_container_set_border_width (GTK_CONTAINER (vbox1), VBOX_BORDER); - vbox2 = gtk_vbox_new (FALSE, 0); + vbox2 = gtk_vbox_new (FALSE, 4); gtk_widget_show (vbox2); gtk_box_pack_start (GTK_BOX (vbox1), vbox2, FALSE, FALSE, 0); -- 2.25.1