aboutsummaryrefslogtreecommitdiffstats
path: root/www/amaya/distinfo
blob: 1d973a29f316173233f98e5c554f66336a124ffb (plain) (blame)
1
2
3
4
5
6
7
8
MD5 (amaya/amaya-src-4.3.2.tgz) = 755b95ee831f33815708d1004dd751f2
MD5 (amaya/Dutch.tgz) = 3edb9cce5ce160d7270b23808c1d5981
MD5 (amaya/English.tgz) = e06eb8accd75b3e65d7ffa552244b011
MD5 (amaya/French.tgz) = 791bc87281b27f10a987815aa7d10108
MD5 (amaya/German.tgz) = 400eeeae974a64d23de4fcdd609c30bc
MD5 (amaya/Italian.tgz) = 05e2d25ee8af11faaaa25a33da89d504
MD5 (amaya/Spanish.tgz) = b504a75cd0f789a3046bf2041067b18b
MD5 (amaya/Swedish.tgz) = 6536ab2e31e3f58618ba79d9fddc7f76
in <byin@src.gnome.org> 2003-08-27 11:36:42 +0800 add widgets directory; move calendar idl stuff to calendar directory; stop' href='/~lantw44/cgit/gsoc2013-evolution/commit/a11y/widgets/ea-widgets.c?h=EVOLUTION_3_10_1&id=e8fc140c7030594e556b56242afd2b52abc61634'>e8fc140c70
756c8abcb8



d09d8de870
f4cf9af33c
e8fc140c70

08d6eeabaa
e8fc140c70




1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
  
                                                                


                                                               



                                                                    
                                                  
  
                                                                   
                                                                             
  




                                                        


   



                    
                       
                             

                       
                                                                                  




                                                                   
/*
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2 of the License, or (at your option) version 3.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with the program; if not, see <http://www.gnu.org/licenses/>
 *
 *
 * Authors:
 *      Bolian Yin <bolian.yin@sun.com>
 *
 * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
 *
 */

#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

#include "ea-factory.h"
#include "ea-calendar-item.h"
#include "ea-widgets.h"

EA_FACTORY_GOBJECT (EA_TYPE_CALENDAR_ITEM, ea_calendar_item, ea_calendar_item_new)

void e_calendar_item_a11y_init (void)
{
    EA_SET_FACTORY (e_calendar_item_get_type (), ea_calendar_item);
}