gtkhtmllib_init is no more. Call gconf_init directly instead.

* main.c (main): gtkhtmllib_init is no more. Call gconf_init
	directly instead.

svn path=/trunk/; revision=3930
This commit is contained in:
Dan Winship
2000-07-07 00:41:10 +00:00
parent 308228cd4e
commit 67a7089ea2
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2000-07-06 Dan Winship <danw@helixcode.com>
* main.c (main): gtkhtmllib_init is no more. Call gconf_init
directly instead.
* message-list.c (message_list_select_next): New function to
select the first message on or after the given row that meets
certain flag criteria.

View File

@ -12,6 +12,7 @@
#include <bonobo/bonobo-main.h>
#include <bonobo/bonobo-object-directory.h>
#include <glade/glade.h>
#include <gconf/gconf.h>
#include "e-util/e-gui-utils.h"
#include "e-util/e-cursors.h"
@ -74,7 +75,7 @@ main (int argc, char *argv [])
#endif
init_corba (&argc, argv);
init_bonobo ();
gtkhtmllib_init (argc, argv);
gconf_init (argc, argv, NULL);
glade_gnome_init ();