mirror of https://github.com/GNOME/gimp.git
don't forget to set the state of the anon toggle
svn path=/trunk/; revision=25099
This commit is contained in:
parent
f9a7cdf6d4
commit
364dacd0c0
|
@ -367,6 +367,14 @@ mount_operation_password_response (GtkWidget *dialog,
|
|||
g_mount_operation_set_username (G_MOUNT_OPERATION (operation), text);
|
||||
}
|
||||
|
||||
if (operation->anon_toggle)
|
||||
{
|
||||
GtkToggleButton *button = GTK_TOGGLE_BUTTON (operation->anon_toggle);
|
||||
|
||||
g_mount_operation_set_anonymous (G_MOUNT_OPERATION (operation),
|
||||
gtk_toggle_button_get_active (button));
|
||||
}
|
||||
|
||||
if (operation->domain_entry)
|
||||
{
|
||||
text = gtk_entry_get_text (GTK_ENTRY (operation->domain_entry));
|
||||
|
|
Loading…
Reference in New Issue