diff options
author | nobody <nobody@localhost> | 2002-05-07 05:31:34 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2002-05-07 05:31:34 +0800 |
commit | d09835c67aed858a255aab0654afb9cf92104c14 (patch) | |
tree | 9b1d5ff0e376003bf6dc62eadedf6603302862eb /addressbook/gui/component/addressbook-factory.c | |
parent | 0425bffaf1c34bb5a547ceacc64ba6b71a005ac0 (diff) | |
download | gsoc2013-evolution-EVOLUTION_1_0_5.tar.gz gsoc2013-evolution-EVOLUTION_1_0_5.tar.zst gsoc2013-evolution-EVOLUTION_1_0_5.zip |
This commit was manufactured by cvs2svn to create tagEVOLUTION_1_0_5
'EVOLUTION_1_0_5'.
svn path=/tags/EVOLUTION_1_0_5/; revision=16695
Diffstat (limited to 'addressbook/gui/component/addressbook-factory.c')
-rw-r--r-- | addressbook/gui/component/addressbook-factory.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/addressbook/gui/component/addressbook-factory.c b/addressbook/gui/component/addressbook-factory.c index 6f675894e0..a5467d1309 100644 --- a/addressbook/gui/component/addressbook-factory.c +++ b/addressbook/gui/component/addressbook-factory.c @@ -61,8 +61,6 @@ main (int argc, char **argv) { bindtextdomain (PACKAGE, EVOLUTION_LOCALEDIR); textdomain (PACKAGE); - - free (malloc (5)); init_corba (&argc, argv); @@ -100,8 +98,6 @@ main (int argc, char **argv) gtk_widget_push_visual (gdk_rgb_get_visual ()); gtk_widget_push_colormap (gdk_rgb_get_cmap ()); - g_print ("Evolution Addressbook up and running\n"); - bonobo_main (); return 0; |