summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-07-06 21:41:59 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-07-06 21:41:59 +0200
commit3284f065e75bc411d605d71c0d4cc0ad3b9e6a68 (patch)
tree1c4a9e1f7f33c653f63c2aa3b4a1a25af8456a1f /plugins
parent1ffe26373975998246a624beb262e900f43f15a2 (diff)
converter: initilize edit/remove buttons correctly before the encoder preset selection dialog runs
Diffstat (limited to 'plugins')
-rw-r--r--plugins/converter/convgui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/converter/convgui.c b/plugins/converter/convgui.c
index a1207da2..996d2659 100644
--- a/plugins/converter/convgui.c
+++ b/plugins/converter/convgui.c
@@ -994,6 +994,7 @@ on_edit_encoder_presets_clicked (GtkButton *button,
gtk_tree_path_free (path);
}
}
+ on_encoder_preset_cursor_changed (GTK_TREE_VIEW (list), NULL);
gtk_dialog_run (GTK_DIALOG (dlg));
gtk_widget_destroy (dlg);
}