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:
@ -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.
|
||||
|
||||
@ -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 ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user