aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-config.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2002-11-19 13:03:29 +0800
committerMichael Zucci <zucchi@src.gnome.org>2002-11-19 13:03:29 +0800
commite3713d58cd3284d9d316cd6780cfc02af29fed54 (patch)
treefc4011e0210738824b9c852013b948fb00606477 /mail/mail-config.c
parent6cd18c10d9cba6b73c2b962f00e922bea21b9b37 (diff)
downloadgsoc2013-evolution-e3713d58cd3284d9d316cd6780cfc02af29fed54.tar
gsoc2013-evolution-e3713d58cd3284d9d316cd6780cfc02af29fed54.tar.gz
gsoc2013-evolution-e3713d58cd3284d9d316cd6780cfc02af29fed54.tar.bz2
gsoc2013-evolution-e3713d58cd3284d9d316cd6780cfc02af29fed54.tar.lz
gsoc2013-evolution-e3713d58cd3284d9d316cd6780cfc02af29fed54.tar.xz
gsoc2013-evolution-e3713d58cd3284d9d316cd6780cfc02af29fed54.tar.zst
gsoc2013-evolution-e3713d58cd3284d9d316cd6780cfc02af29fed54.zip
fix warning message, outlook->mbox.
2002-11-19 Not Zed <NotZed@Ximian.com> * importers/evolution-mbox-importer.c (mail_importer_module_init): fix warning message, outlook->mbox. * importers/Makefile.am: fix serverdir to point to $libdir/bonobo/servers. * mail-callbacks.c (addrbook_sender): add type to bonobo_widget_set_property. * mail-vfolder.c (vfolder_editor_response): dont unref after destroy. * mail-session.c (pass_response): dont unref aftrer destroy. * mail-local.c (reconfigure_response): dont unref after destroy. * mail-display.c (launch_cb): dont unref after destroy. (launch_cb): " (drag_data_get_cb): " (html_button_press_event): add type to bonobo_widget::set_property * mail-config.c (mail_config_check_service): dont unref after destroy. * component-factory.c (send_receive_cb): dont unref after destroy. (request_quit): " * mail-signature-editor.c (mail_signature_editor): Use version 3.0 of gtkhtml editor interfaces. (do_exit): dont unref after destroy. (format_html_cb): Add type to bonobo_widget::set_property. svn path=/trunk/; revision=18837
Diffstat (limited to 'mail/mail-config.c')
-rw-r--r--mail/mail-config.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/mail-config.c b/mail/mail-config.c
index 94d00cb698..875023ae7f 100644
--- a/mail/mail-config.c
+++ b/mail/mail-config.c
@@ -2350,7 +2350,6 @@ mail_config_check_service (const char *url, CamelProviderType type, GList **auth
mail_msg_wait(id);
gtk_widget_destroy (dialog);
- g_object_unref(dialog);
dialog = NULL;
return ret;