aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-accounts.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-accounts.c')
-rw-r--r--mail/mail-accounts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mail-accounts.c b/mail/mail-accounts.c
index 282cc6ba6b..0d3eb4bc63 100644
--- a/mail/mail-accounts.c
+++ b/mail/mail-accounts.c
@@ -999,8 +999,8 @@ construct (MailAccountsDialog *dialog)
dialog->command_line = GNOME_FILE_ENTRY (glade_xml_get_widget (gui, "fileNotifyExecCommandLine"));
gtk_entry_set_text (GTK_ENTRY (gnome_file_entry_gtk_entry (dialog->command_line)),
mail_config_get_new_mail_notify_command ());
- gtk_signal_connect (GTK_OBJECT (dialog->command_line), "changed",
- GTK_SIGNAL_FUNC (notify_command_changed), dialog);
+ gtk_signal_connect (GTK_OBJECT (gnome_file_entry_gtk_entry (dialog->command_line)),
+ "changed", GTK_SIGNAL_FUNC (notify_command_changed), dialog);
/* now to fill in the clists */
dialog->accounts_row = -1;