mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
Formatting fix
This commit is contained in:
parent
29a2a65756
commit
fc8516fe75
@ -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));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user