Re: [g-a-devel]Patch for at-spi/registryd



On Wed, 2002-09-18 at 17:28, Padraig O'Briain wrote:
> Patch which
> 
> 1) deletes .server and .server.in file when make clean is done
> 2) removes redundant codfe.
> 
> OK to commit?

Please do... also the removal of parse_event_type is good.

-Bill

> Padraig
> ----
> 

> ? Accessibility_Registry.server.in
> ? at-spi-registryd
> ? deviceeventcontroller.c.NEW
> cvs server: Diffing .
> Index: Makefile.am
> ===================================================================
> RCS file: /cvs/gnome/at-spi/registryd/Makefile.am,v
> retrieving revision 1.14
> diff -u -p -r1.14 Makefile.am
> --- Makefile.am	29 May 2002 20:23:24 -0000	1.14
> +++ Makefile.am	18 Sep 2002 16:26:14 -0000
> @@ -28,3 +28,4 @@ serverinfo_DATA = Accessibility_Registry
>  @INTLTOOL_SERVER_RULE@
>  
>  EXTRA_DIST = Accessibility_Registry.server.in.in $(serverinfo_DATA)
> +CLEANFILES = $(serverinfo_DATA) $(server_dot_in)
> Index: registry.c
> ===================================================================
> RCS file: /cvs/gnome/at-spi/registryd/registry.c,v
> retrieving revision 1.49
> diff -u -p -r1.49 registry.c
> --- registry.c	17 Sep 2002 13:46:17 -0000	1.49
> +++ registry.c	18 Sep 2002 16:26:14 -0000
> @@ -625,7 +625,6 @@ impl_registry_notify_event (PortableServ
>        ctx.ev = ev;
>        ctx.e_out = *e;
>        ctx.source = e->source;
> -      parse_event_type (&ctx.etype, e->type);
>  
>        spi_re_entrant_list_foreach (list, notify_listeners_cb, &ctx);
>      }





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