aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-mailer-prefs.h
diff options
context:
space:
mode:
authorShi Pu <shi.pu@sun.com>2006-04-30 11:25:15 +0800
committerIrene Huang <ireneh@src.gnome.org>2006-04-30 11:25:15 +0800
commit9b9eea0891366a8c52287a5fc9942e061a450f21 (patch)
tree8d1079123a91b372d935fbe7336c7c791d4fb820 /mail/em-mailer-prefs.h
parentb1cb5ad05f1ad24b1621e5fc5c56752f91671614 (diff)
downloadgsoc2013-evolution-9b9eea0891366a8c52287a5fc9942e061a450f21.tar
gsoc2013-evolution-9b9eea0891366a8c52287a5fc9942e061a450f21.tar.gz
gsoc2013-evolution-9b9eea0891366a8c52287a5fc9942e061a450f21.tar.bz2
gsoc2013-evolution-9b9eea0891366a8c52287a5fc9942e061a450f21.tar.lz
gsoc2013-evolution-9b9eea0891366a8c52287a5fc9942e061a450f21.tar.xz
gsoc2013-evolution-9b9eea0891366a8c52287a5fc9942e061a450f21.tar.zst
gsoc2013-evolution-9b9eea0891366a8c52287a5fc9942e061a450f21.zip
** Fixes bug #323853
2006-04-30 Shi Pu <shi.pu@sun.com> ** Fixes bug #323853 * em-composer-prefs.c: (sig_edit_cb), (sig_add_script_response): * em-mailer-prefs.c: (notify_sound_changed), (em_mailer_prefs_construct): * em-mailer-prefs.h: * mail-config.glade: Replace GnomeFileEntry by GtkFileChooserButton. svn path=/trunk/; revision=31933
Diffstat (limited to 'mail/em-mailer-prefs.h')
-rw-r--r--mail/em-mailer-prefs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/em-mailer-prefs.h b/mail/em-mailer-prefs.h
index 7f38c3a164..0d5eb2cc97 100644
--- a/mail/em-mailer-prefs.h
+++ b/mail/em-mailer-prefs.h
@@ -38,7 +38,7 @@ struct _GdkPixbuf;
struct _GtkWidget;
struct _GladeXML;
struct _GnomeColorPicker;
-struct _GnomeFileEntry;
+struct _GtkFileChooserbutton;
struct _GnomeFontPicker;
struct _GConfClient;
struct _GtkButton;
@@ -87,7 +87,7 @@ struct _EMMailerPrefs {
struct _GtkToggleButton *notify_not;
struct _GtkToggleButton *notify_beep;
struct _GtkToggleButton *notify_play_sound;
- struct _GnomeFileEntry *notify_sound_file;
+ struct _GtkFileChooserButton *notify_sound_file;
/* HTML Mail tab */
struct _GnomeFontPicker *font_variable;