forked from AuroraMiddleware/gtk
ComboBox: Fix the whitespace fix
This commit is contained in:
parent
e723fd6a23
commit
975a3fa4aa
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user