pan-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pan-devel] Articlelist patch


From: Christophe Lambin
Subject: Re: [Pan-devel] Articlelist patch
Date: 17 Sep 2002 23:51:47 +0200

Committed. Thanks!

Regards,
Christophe


On Tue, 2002-09-17 at 22:12, Jacob Ilsø Christensen wrote:
> Hi.
> 
> When I press ctrl+end in the article list the last message opens. This
> is due to the fact that two cases are missing in the switch in
> articlelist_key_press. The attached patch is against current cvs and
> fixes the issue.
> 
> Best regards,
> Jacob Ilsø.
> 
> 
> ----
> 

> Index: pan/articlelist.c
> ===================================================================
> RCS file: /cvs/gnome/pan/pan/articlelist.c,v
> retrieving revision 1.573
> diff -u -u -r1.573 articlelist.c
> --- pan/articlelist.c 14 Sep 2002 14:48:51 -0000      1.573
> +++ pan/articlelist.c 17 Sep 2002 20:10:27 -0000
> @@ -2523,6 +2523,8 @@
>               case GDK_Down:
>               case GDK_Page_Up:
>               case GDK_Page_Down:
> +             case GDK_Home:
> +             case GDK_End:
>                       _keyboard_nav = TRUE;
>                       break;
>  






reply via email to

[Prev in Thread] Current Thread [Next in Thread]