Oops, no wonder the exec command thing never stuck around... I wasn't
2001-12-19 Jeffrey Stedfast <fejj@ximian.com> * 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
This commit is contained in:
committed by
Jeffrey Stedfast
parent
6662ed356b
commit
2ca680bafa
@ -1,3 +1,9 @@
|
||||
2001-12-19 Jeffrey Stedfast <fejj@ximian.com>
|
||||
|
||||
* mail-accounts.c (construct): Oops, no wonder the exec command
|
||||
thing never stuck around... I wasn't getting the right widget from
|
||||
libglade.
|
||||
|
||||
2001-12-18 Jeffrey Stedfast <fejj@ximian.com>
|
||||
|
||||
* mail-ops.c (filter_folder_free): Argh, don't notify about new
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -3219,8 +3219,9 @@ Quoted
|
||||
|
||||
<widget>
|
||||
<class>GnomeFileEntry</class>
|
||||
<name>fileNotifyExecCommand</name>
|
||||
<name>fileNotifyExecCommandLine</name>
|
||||
<max_saved>10</max_saved>
|
||||
<title>Execute Command...</title>
|
||||
<directory>False</directory>
|
||||
<modal>False</modal>
|
||||
<child>
|
||||
|
||||
Reference in New Issue
Block a user