[gtk+] ComboBox: Fix the whitespace fix
- From: Daniel Boles <dboles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] ComboBox: Fix the whitespace fix
- Date: Thu, 1 Dec 2016 13:00:14 +0000 (UTC)
commit 975a3fa4aabcb0c2514e955e61780c8cec4a93f5
Author: Daniel Boles <dboles src gnome org>
Date: Thu Dec 1 12:58:29 2016 +0000
ComboBox: Fix the whitespace fix
gtk/gtkcombobox.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c
index 3dff9f8..fdf975a 100644
--- a/gtk/gtkcombobox.c
+++ b/gtk/gtkcombobox.c
@@ -3420,8 +3420,8 @@ gtk_combo_box_format_entry_text (GtkComboBox *combo_box,
gtk_tree_model_get_iter_from_string (model, &iter, path);
gtk_tree_model_get (model, &iter,
- priv->text_column, &text,
- -1);
+ priv->text_column, &text,
+ -1);
}
return text;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]