Formatting fix

This commit is contained in:
Matthias Clasen 2015-04-05 22:09:04 -04:00
parent 29a2a65756
commit fc8516fe75

View File

@ -267,7 +267,8 @@ set_complete_on_load (GtkFileChooserEntry *chooser_entry,
gboolean complete_on_load) gboolean complete_on_load)
{ {
/* a completion was triggered, but we couldn't do it. /* 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) if (chooser_entry->complete_on_load && !complete_on_load)
gtk_widget_error_bell (GTK_WIDGET (chooser_entry)); gtk_widget_error_bell (GTK_WIDGET (chooser_entry));