aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-config.glade
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-01-08 08:48:54 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-01-08 08:48:54 +0800
commit1cca6b24335a9de963ced4b6127f4558ed19cf48 (patch)
tree0484e61f01c9c16cf6e87f5f0d9558ce424d09c3 /mail/mail-config.glade
parente96bfc58ca850606a7c787636bc6e787266e6598 (diff)
downloadgsoc2013-evolution-1cca6b24335a9de963ced4b6127f4558ed19cf48.tar
gsoc2013-evolution-1cca6b24335a9de963ced4b6127f4558ed19cf48.tar.gz
gsoc2013-evolution-1cca6b24335a9de963ced4b6127f4558ed19cf48.tar.bz2
gsoc2013-evolution-1cca6b24335a9de963ced4b6127f4558ed19cf48.tar.lz
gsoc2013-evolution-1cca6b24335a9de963ced4b6127f4558ed19cf48.tar.xz
gsoc2013-evolution-1cca6b24335a9de963ced4b6127f4558ed19cf48.tar.zst
gsoc2013-evolution-1cca6b24335a9de963ced4b6127f4558ed19cf48.zip
Renamed. (mail_config_get_new_mail_notify_sound_file): Renamed.
2002-01-07 Jeffrey Stedfast <fejj@ximian.com> * mail-config.c (mail_config_set_new_mail_notify_sound_file): Renamed. (mail_config_get_new_mail_notify_sound_file): Renamed. * mail-accounts.c (notify_radio_toggled): Replace EXEC with PLAY_SOUND. (construct): renamed the exec_command stuff to play_sound. * main.c (main): Init and shutdown gnome_sound. * mail-ops.c (fetch_mail_fetch): Don't do any new-mail notification here. (filter_folder_filter): call camel_filter_driver_flush. * mail-session.c (main_get_filter_driver): Set the filter-driver exec_func here instead. * mail-ops.c (mail_fetch_mail): Don't set the filter-driver exec_func here. svn path=/trunk/; revision=15263
Diffstat (limited to 'mail/mail-config.glade')
-rw-r--r--mail/mail-config.glade8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/mail-config.glade b/mail/mail-config.glade
index 1991576d0a..f098c3442f 100644
--- a/mail/mail-config.glade
+++ b/mail/mail-config.glade
@@ -3317,9 +3317,9 @@ Quoted
<widget>
<class>GtkRadioButton</class>
- <name>radioNotifyExec</name>
+ <name>radioNotifyPlaySound</name>
<can_focus>True</can_focus>
- <label>Execute command line when new mail arrives</label>
+ <label>Play sound file when new mail arrives</label>
<active>False</active>
<draw_indicator>True</draw_indicator>
<group>new_mail_notify</group>
@@ -3344,7 +3344,7 @@ Quoted
<widget>
<class>GtkLabel</class>
<name>label54</name>
- <label>Specify command:</label>
+ <label>Specify filename:</label>
<justify>GTK_JUSTIFY_CENTER</justify>
<wrap>False</wrap>
<xalign>0.5</xalign>
@@ -3360,7 +3360,7 @@ Quoted
<widget>
<class>GnomeFileEntry</class>
- <name>fileNotifyExecCommandLine</name>
+ <name>fileNotifyPlaySound</name>
<max_saved>10</max_saved>
<title>Execute Command...</title>
<directory>False</directory>