Formatting fix
This commit is contained in:
parent
b7fa0f2193
commit
2f9ea1c444
@ -272,7 +272,8 @@ set_complete_on_load (GtkFileChooserEntry *chooser_entry,
|
||||
gboolean complete_on_load)
|
||||
{
|
||||
/* a completion was triggered, but we couldn't do it.
|
||||
* So no text was inserted when pressing tab, so we beep */
|
||||
* So no text was inserted when pressing tab, so we beep
|
||||
*/
|
||||
if (chooser_entry->complete_on_load && !complete_on_load)
|
||||
gtk_widget_error_bell (GTK_WIDGET (chooser_entry));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user