projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29a2a65
)
Formatting fix
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 6 Apr 2015 02:09:04 +0000
(22:09 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 6 Apr 2015 02:09:04 +0000
(22:09 -0400)
gtk/gtkfilechooserentry.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfilechooserentry.c
b/gtk/gtkfilechooserentry.c
index 20279e02b0df042f8183f86a20f957ed902280ed..032d19d02c7790709f0dae4d255f54e7c96427df 100644
(file)
--- a/
gtk/gtkfilechooserentry.c
+++ b/
gtk/gtkfilechooserentry.c
@@
-267,7
+267,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));