diff options
Diffstat (limited to 'gtk/gtkcombobox.c')
-rw-r--r-- | gtk/gtkcombobox.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c index 99ed8d0f43..17ad9e998b 100644 --- a/gtk/gtkcombobox.c +++ b/gtk/gtkcombobox.c @@ -2733,8 +2733,8 @@ gtk_combo_box_relayout_item (GtkComboBox *combo_box, { gtk_container_child_get (GTK_CONTAINER (menu), last, - "right_attach", ¤t_col, - "top_attach", ¤t_row, + "right-attach", ¤t_col, + "top-attach", ¤t_row, NULL); if (current_col + cols > combo_box->priv->wrap_width) { |