diff --git a/ChangeLog-gtk2.claws b/ChangeLog-gtk2.claws index 4aab4ad44..9f5687d17 100644 --- a/ChangeLog-gtk2.claws +++ b/ChangeLog-gtk2.claws @@ -1,3 +1,8 @@ +2005-10-16 [colin] 1.9.15cvs63 + + * src/wizard.c + Fix whitespace + 2005-10-16 [colin] 1.9.15cvs62 * src/toolbar.c diff --git a/PATCHSETS b/PATCHSETS index ea0b16da6..57e12646c 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -899,3 +899,4 @@ ( cvs diff -u -r 1.1.2.17 -r 1.1.2.18 src/wizard.c; cvs diff -u -r 1.204.2.64 -r 1.204.2.65 src/prefs_common.c; ) > 1.9.15cvs60.patchset ( cvs diff -u -r 1.8.2.8 -r 1.8.2.9 src/editldap.c; cvs diff -u -r 1.5.2.7 -r 1.5.2.8 src/exporthtml.c; cvs diff -u -r 1.115.2.58 -r 1.115.2.59 src/main.c; cvs diff -u -r 1.274.2.75 -r 1.274.2.76 src/mainwindow.c; cvs diff -u -r 1.3.2.29 -r 1.3.2.30 src/prefs_themes.c; cvs diff -u -r 1.30.2.18 -r 1.30.2.19 src/prefs_toolbar.c; cvs diff -u -r 1.13.2.2 -r 1.13.2.3 src/plugins/demo/demo.c; cvs diff -u -r 1.14.2.24 -r 1.14.2.25 src/plugins/trayicon/trayicon.c; ) > 1.9.15cvs61.patchset ( cvs diff -u -r 1.43.2.30 -r 1.43.2.31 src/toolbar.c; cvs diff -u -r 1.1.2.18 -r 1.1.2.19 src/wizard.c; ) > 1.9.15cvs62.patchset +( cvs diff -u -r 1.1.2.19 -r 1.1.2.20 src/wizard.c; ) > 1.9.15cvs63.patchset diff --git a/configure.ac b/configure.ac index b9eb95515..6609a413f 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=62 +EXTRA_VERSION=63 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/wizard.c b/src/wizard.c index a850fe8a2..164b46a1a 100644 --- a/src/wizard.c +++ b/src/wizard.c @@ -193,7 +193,8 @@ static void write_welcome_email(WizardWindow *wizard) "DONATIONS\n" "---------\n" "If you wish to donate to the Sylpheed-Claws project you can do\n" - "so at .", gtk_entry_get_text(GTK_ENTRY(wizard->full_name)), + "so at .", + gtk_entry_get_text(GTK_ENTRY(wizard->full_name)), gtk_entry_get_text(GTK_ENTRY(wizard->email)), buf_date);