From 2ca680bafa91b1336dfb45268bbfa0665a73369c Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 19 Dec 2001 22:11:57 +0000 Subject: Oops, no wonder the exec command thing never stuck around... I wasn't 2001-12-19 Jeffrey Stedfast * mail-accounts.c (construct): Oops, no wonder the exec command thing never stuck around... I wasn't getting the right widget from libglade. svn path=/trunk/; revision=15187 --- mail/mail-accounts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-accounts.c') diff --git a/mail/mail-accounts.c b/mail/mail-accounts.c index 1e3f4c9d06..282cc6ba6b 100644 --- a/mail/mail-accounts.c +++ b/mail/mail-accounts.c @@ -996,7 +996,7 @@ construct (MailAccountsDialog *dialog) gtk_signal_connect (GTK_OBJECT (dialog->notify_exec), "toggled", GTK_SIGNAL_FUNC (notify_radio_toggled), dialog); - dialog->command_line = GNOME_FILE_ENTRY (glade_xml_get_widget (gui, "fileNotifyCommandLine")); + 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", -- cgit v1.2.3