(reported and solved by Steve Lamb, closes bug report
"[ 592880 ] Forward as attachment; cursor not in to")
+2002-08-24 [alfons] 0.8.1claws110
+
+ * src/compose.c
+ move cursor to "To" entry when forwarding as attachment
+ (reported and solved by Steve Lamb, closes bug report
+ "[ 592880 ] Forward as attachment; cursor not in to")
+
2002-08-24 [colin] 0.8.1claws109
- *src/mainwindow.c
+ * src/mainwindow.c
fix quick search visibility after GUI (de)separations.
2002-08-23 [colin] 0.8.1claws108
MICRO_VERSION=1
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=claws109
+EXTRA_VERSION=claws110
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl set $target
gtk_stext_set_point(GTK_STEXT(compose->text), 0);
gtk_stext_thaw(text);
+ gtk_widget_grab_focus(compose->header_last->entry);
+
#if 0 /* NEW COMPOSE GUI */
if (account->protocol != A_NNTP)
gtk_widget_grab_focus(compose->to_entry);