revert commit 0.8.10claws54 - breaks editing of address book

This commit is contained in:
Paul Mangan 2003-03-01 05:49:14 +00:00
parent 9e940a0397
commit e113e4f658
4 changed files with 11 additions and 4 deletions

View file

@ -172,4 +172,3 @@ contributors (beside the above; based on Changelog)
Florian Mickler
André Filipe de Assunção e Brito
Sergei Astanin
David Frager

View file

@ -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

View file

@ -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

View file

@ -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,