Formatting fix

This commit is contained in:
Matthias Clasen 2015-04-05 22:09:04 -04:00 committed by Federico Mena Quintero
parent b7fa0f2193
commit 2f9ea1c444

View File

@ -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));