From: Paul Mangan Date: Sat, 1 Mar 2003 05:49:14 +0000 (+0000) Subject: revert commit 0.8.10claws54 - breaks editing of address book X-Git-Tag: rel_0_8_11~56 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=e113e4f658830362668989bdfce23e195c9fe7a2 revert commit 0.8.10claws54 - breaks editing of address book --- diff --git a/AUTHORS b/AUTHORS index 6252933d0..bcad7fbc0 100644 --- a/AUTHORS +++ b/AUTHORS @@ -172,4 +172,3 @@ contributors (beside the above; based on Changelog) Florian Mickler André Filipe de Assunção e Brito Sergei Astanin - David Frager diff --git a/ChangeLog.claws b/ChangeLog.claws index a936823f3..772d7472a 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,13 @@ +2003-03-01 [paul] 0.8.10claws65 + + * src/addressbook.c + revert commit 0.8.10claws54 - breaks editing of + addressbook. + + * po/bg.po + update Bulgarian translation, submitted by + George Danchev + 2003-02-28 [christoph] 0.8.10claws64 * src/account.c diff --git a/configure.ac b/configure.ac index cd3d73ec1..7b18ac280 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=8 MICRO_VERSION=10 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws64 +EXTRA_VERSION=claws65 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target diff --git a/src/addressbook.c b/src/addressbook.c index 1bcff5630..3f0189ea7 100644 --- a/src/addressbook.c +++ b/src/addressbook.c @@ -1425,8 +1425,6 @@ static void addressbook_list_menu_setup( void ) { menu_set_sensitive( addrbook.menu_factory, "/Address/Delete", canDelete ); gtk_widget_set_sensitive( addrbook.del_btn, canDelete ); - - addrbook.listSelected = NULL; } static void addressbook_list_selected(GtkCList *clist, gint row, gint column,