aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-04-08 04:52:49 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-04-08 04:52:49 +0800
commit02073ac96c3de4a24aea8c1c26b6dc983ef9c17c (patch)
treeaf2224a47b206a180efce34735ececda95e8bc82 /mail
parent5ffbd120533029408a898318f26ebee9d95b8433 (diff)
downloadgsoc2013-evolution-02073ac96c3de4a24aea8c1c26b6dc983ef9c17c.tar
gsoc2013-evolution-02073ac96c3de4a24aea8c1c26b6dc983ef9c17c.tar.gz
gsoc2013-evolution-02073ac96c3de4a24aea8c1c26b6dc983ef9c17c.tar.bz2
gsoc2013-evolution-02073ac96c3de4a24aea8c1c26b6dc983ef9c17c.tar.lz
gsoc2013-evolution-02073ac96c3de4a24aea8c1c26b6dc983ef9c17c.tar.xz
gsoc2013-evolution-02073ac96c3de4a24aea8c1c26b6dc983ef9c17c.tar.zst
gsoc2013-evolution-02073ac96c3de4a24aea8c1c26b6dc983ef9c17c.zip
Removed.
2004-04-07 Jeffrey Stedfast <fejj@ximian.com> * em-account-prefs.c (em_account_prefs_apply): Removed. * em-mailer-prefs.c (em_mailer_prefs_apply): Removed. * em-composer-prefs.c (em_composer_prefs_apply): Removed. svn path=/trunk/; revision=25362
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog6
-rw-r--r--mail/em-account-prefs.c7
-rw-r--r--mail/em-account-prefs.h2
-rw-r--r--mail/em-composer-prefs.c7
-rw-r--r--mail/em-composer-prefs.h2
-rw-r--r--mail/em-mailer-prefs.c6
-rw-r--r--mail/em-mailer-prefs.h2
7 files changed, 6 insertions, 26 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index f30227ea52..3f10acdc65 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,11 @@
2004-04-07 Jeffrey Stedfast <fejj@ximian.com>
+ * em-account-prefs.c (em_account_prefs_apply): Removed.
+
+ * em-mailer-prefs.c (em_mailer_prefs_apply): Removed.
+
+ * em-composer-prefs.c (em_composer_prefs_apply): Removed.
+
* mail-config-factory.c (mail_config_control_factory_cb): No
longer need the Apply stuff.
diff --git a/mail/em-account-prefs.c b/mail/em-account-prefs.c
index 9cd9034478..ec4e83ab9e 100644
--- a/mail/em-account-prefs.c
+++ b/mail/em-account-prefs.c
@@ -577,10 +577,3 @@ em_account_prefs_new (GNOME_Evolution_Shell shell)
return (GtkWidget *) new;
}
-
-
-void
-em_account_prefs_apply (EMAccountPrefs *prefs)
-{
- /* nothing to do here... */
-}
diff --git a/mail/em-account-prefs.h b/mail/em-account-prefs.h
index cff22fdc51..100d56480d 100644
--- a/mail/em-account-prefs.h
+++ b/mail/em-account-prefs.h
@@ -87,8 +87,6 @@ GtkType em_account_prefs_get_type (void);
GtkWidget *em_account_prefs_new (GNOME_Evolution_Shell shell);
-void em_account_prefs_apply (EMAccountPrefs *prefs);
-
/* needed by global config */
#define EM_ACCOUNT_PREFS_CONTROL_ID "OAFIID:GNOME_Evolution_Mail_AccountPrefs_ConfigControl:" BASE_VERSION
diff --git a/mail/em-composer-prefs.c b/mail/em-composer-prefs.c
index a5fd6181ee..3125c3776f 100644
--- a/mail/em-composer-prefs.c
+++ b/mail/em-composer-prefs.c
@@ -994,10 +994,3 @@ em_composer_prefs_new (void)
return (GtkWidget *) new;
}
-
-
-void
-em_composer_prefs_apply (EMComposerPrefs *prefs)
-{
- gconf_client_suggest_sync (prefs->gconf, NULL);
-}
diff --git a/mail/em-composer-prefs.h b/mail/em-composer-prefs.h
index 327675bb7c..6c03538b41 100644
--- a/mail/em-composer-prefs.h
+++ b/mail/em-composer-prefs.h
@@ -117,8 +117,6 @@ GType em_composer_prefs_get_type (void);
GtkWidget *em_composer_prefs_new (void);
-void em_composer_prefs_apply (EMComposerPrefs *prefs);
-
void em_composer_prefs_new_signature (GtkWindow *parent, gboolean html, const char *script);
/* needed by global config */
diff --git a/mail/em-mailer-prefs.c b/mail/em-mailer-prefs.c
index 2e79d33840..fd1e118e02 100644
--- a/mail/em-mailer-prefs.c
+++ b/mail/em-mailer-prefs.c
@@ -962,12 +962,6 @@ em_mailer_prefs_new (void)
}
-void
-em_mailer_prefs_apply (EMMailerPrefs *prefs)
-{
- gconf_client_suggest_sync (prefs->gconf, NULL);
-}
-
static struct _EMMailerPrefsHeader *
emmp_header_from_xmldoc (xmlDocPtr doc)
{
diff --git a/mail/em-mailer-prefs.h b/mail/em-mailer-prefs.h
index cbbb0d2350..065343b48a 100644
--- a/mail/em-mailer-prefs.h
+++ b/mail/em-mailer-prefs.h
@@ -131,8 +131,6 @@ GtkType em_mailer_prefs_get_type (void);
GtkWidget *em_mailer_prefs_new (void);
-void em_mailer_prefs_apply (EMMailerPrefs *prefs);
-
EMMailerPrefsHeader *em_mailer_prefs_header_from_xml(const char *xml);
char *em_mailer_prefs_header_to_xml(EMMailerPrefsHeader *header);
void em_mailer_prefs_header_free(EMMailerPrefsHeader *header);