mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 03:10:09 +00:00
Trivial: Fix a whitespace messup
Pointed out by Carlos Garnacho in bug 651244.
This commit is contained in:
parent
3b495daccc
commit
0cb56312b9
@ -10385,7 +10385,7 @@ gtk_entry_set_input_purpose (GtkEntry *entry,
|
||||
NULL);
|
||||
|
||||
g_object_notify (G_OBJECT (entry), "input-purpose");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
@ -10434,7 +10434,7 @@ gtk_entry_set_input_hints (GtkEntry *entry,
|
||||
NULL);
|
||||
|
||||
g_object_notify (G_OBJECT (entry), "input-hints");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -9712,7 +9712,7 @@ gtk_text_view_set_input_purpose (GtkTextView *text_view,
|
||||
NULL);
|
||||
|
||||
g_object_notify (G_OBJECT (text_view), "input-purpose");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
@ -9763,7 +9763,7 @@ gtk_text_view_set_input_hints (GtkTextView *text_view,
|
||||
NULL);
|
||||
|
||||
g_object_notify (G_OBJECT (text_view), "input-hints");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user