mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Revert "GtkFileChooserButton should emit a signal when a file is selected from the combobox"
This reverts commit 1c19b6cfd9.
GtkFileChooserButton emits selection-changed when the combobox is used to select a file/dir.
This commit is contained in:
parent
095b672b99
commit
ccd1d2bc5b
1 changed files with 1 additions and 4 deletions
|
|
@ -614,11 +614,8 @@ gtk_file_chooser_button_select_file (GtkFileChooser *chooser,
|
|||
update_label_and_image (button);
|
||||
update_combo_box (button);
|
||||
|
||||
if (priv->active) {
|
||||
if (priv->active)
|
||||
gtk_file_chooser_select_file (GTK_FILE_CHOOSER (priv->dialog), file, NULL);
|
||||
} else {
|
||||
g_signal_emit (button, file_chooser_button_signals[FILE_SET], 0);
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue