aboutsummaryrefslogtreecommitdiffstats
path: root/mail/folder-browser-factory.c
blob: 0b5f9e48d97a788e67e4fefef2034e254024e3fa (plain) (blame)
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
37
38
39
40
41
/*
 * folder-browser-factory.c: A Bonobo Control factory for Folder Browsers
 *
 * Author:
 *   Miguel de Icaza (miguel@helixcode.com)
 *
 * (C) 2000 Helix Code, Inc.
 */
#include <config.h>
#include <gnome.h>
#include <bonobo/gnome-main.h>
#include <bonobo/gnome-object.h>
#include <bonobo/gnome-generic-factory.h>

static GnomeObject *
folder_browser_factory (GnomeGenericFactory *factory, void *closure)
{
    g_error ("Fill me in!");
        
    return NULL;
}

void
folder_browser_factory_init (void)
{
    static GnomeGenericFactory *bonobo_folder_browser_factory = NULL;

    if (bonobo_folder_browser_factory != NULL)
        return;

    bonobo_folder_browser_factory =
        gnome_generic_factory_new (
            "Evolution:FolderBrowser:1.0",
            folder_browser_factory, NULL);

    if (bonobo_folder_browser_factory == NULL){
        e_notice (NULL, GNOME_MESSAGE_BOX_ERROR,
              _("We are sorry, Evolution's Folder Browser can not be initialized.")); 
        exit (1);
    }
}
sd-ports-gnome/commit/x11-wm/flwm?h=gnome-3.24&id=9de961179bcd794eb9a9aa35ba5c0f8aa205b5c1'>- Update to 1.14gahr2014-04-237-10/+134 * - Fix build with fltk-develgahr2014-02-201-3/+2 * - STAGE-cleangahr2014-02-142-4/+9 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * - Fix configure script to work with clanggahr2012-11-291-6/+2 * - update png to 1.5.10dinoex2012-06-011-1/+1 * - Unbreak - fix build with latest x11-toolkits/fltkgahr2011-11-172-16/+2 * - Mark BROKEN: does not compile with new fltkpav2011-11-051-0/+2 * The vast majority of pkg-descr files had the following format when theydougb2011-10-241-3/+0 * - Get Rid MD5 supportmiwi2011-03-201-1/+0 * - update to 1.4.1dinoex2010-03-281-1/+1 * - Chase x11-toolkits/fltk updategahr2010-03-241-1/+2