fix bugs introduced while fixing messageview reply

This commit is contained in:
Oliver Haertel 2003-03-01 09:47:13 +00:00
parent cb4b04818a
commit 3eb52c2c14
2 changed files with 2 additions and 5 deletions

View file

@ -11,7 +11,7 @@ MINOR_VERSION=8
MICRO_VERSION=10
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=claws66
EXTRA_VERSION=claws67
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl set $target

View file

@ -4754,10 +4754,7 @@ static void summary_col_resized(GtkCList *clist, gint column, gint width,
static void summary_reply_cb(SummaryView *summaryview, guint action,
GtkWidget *widget)
{
ToolbarItem *item;
item->parent = summaryview;
item->type = TOOLBAR_MAIN;
toolbar_reply(item, action);
toolbar_menu_reply(TOOLBAR_MAIN, summaryview->mainwin, action);
}
static void summary_execute_cb(SummaryView *summaryview, guint action,