aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-mailer-prefs.c
diff options
context:
space:
mode:
authorRadek Doulik <rodo@ximian.com>2004-05-20 22:17:33 +0800
committerRadek Doulik <rodo@src.gnome.org>2004-05-20 22:17:33 +0800
commite4ff73ed1669f587e59b787330eb46c17af643c1 (patch)
tree0dfbf16432b20010023bf40fa4cbbeec0c4ccfd7 /mail/em-mailer-prefs.c
parentd389be60c6efbb0b0da2bbfbeba606ed0deb8bdb (diff)
downloadgsoc2013-evolution-e4ff73ed1669f587e59b787330eb46c17af643c1.tar
gsoc2013-evolution-e4ff73ed1669f587e59b787330eb46c17af643c1.tar.gz
gsoc2013-evolution-e4ff73ed1669f587e59b787330eb46c17af643c1.tar.bz2
gsoc2013-evolution-e4ff73ed1669f587e59b787330eb46c17af643c1.tar.lz
gsoc2013-evolution-e4ff73ed1669f587e59b787330eb46c17af643c1.tar.xz
gsoc2013-evolution-e4ff73ed1669f587e59b787330eb46c17af643c1.tar.zst
gsoc2013-evolution-e4ff73ed1669f587e59b787330eb46c17af643c1.zip
remove "use daemon" handling code
2004-05-20 Radek Doulik <rodo@ximian.com> * em-mailer-prefs.c (em_mailer_prefs_construct): remove "use daemon" handling code Fixes #56909 svn path=/trunk/; revision=26010
Diffstat (limited to 'mail/em-mailer-prefs.c')
-rw-r--r--mail/em-mailer-prefs.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/mail/em-mailer-prefs.c b/mail/em-mailer-prefs.c
index ff85c36c3a..ebb1742d05 100644
--- a/mail/em-mailer-prefs.c
+++ b/mail/em-mailer-prefs.c
@@ -955,11 +955,6 @@ em_mailer_prefs_construct (EMMailerPrefs *prefs)
toggle_button_init (prefs, prefs->sa_local_tests_only, FALSE,
"/apps/evolution/mail/junk/sa/local_only",
G_CALLBACK (toggle_button_toggled));
-
- prefs->sa_use_daemon = GTK_TOGGLE_BUTTON (glade_xml_get_widget (gui, "chkSAUseDaemon"));
- toggle_button_init (prefs, prefs->sa_use_daemon, FALSE,
- "/apps/evolution/mail/junk/sa/use_daemon",
- G_CALLBACK (toggle_button_toggled));
}
GtkWidget *