From 9b9eea0891366a8c52287a5fc9942e061a450f21 Mon Sep 17 00:00:00 2001 From: Shi Pu Date: Sun, 30 Apr 2006 03:25:15 +0000 Subject: ** Fixes bug #323853 2006-04-30 Shi Pu ** 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 --- mail/em-mailer-prefs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/em-mailer-prefs.h') 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; -- cgit v1.2.3