mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Fix broken compile: s/gtk_selection_atom/gtk_selection_atoms
Introduced in 94b63ec9b7
This commit is contained in:
parent
94b63ec9b7
commit
f64ef8ea51
@ -3063,7 +3063,7 @@ gtk_selection_default_handler (GtkWidget *widget,
|
||||
tmp_list = tmp_list->next;
|
||||
}
|
||||
}
|
||||
else if (data->target == gtk_selection_atom[SAVE_TARGETS])
|
||||
else if (data->target == gtk_selection_atoms[SAVE_TARGETS])
|
||||
{
|
||||
gtk_selection_data_set (data,
|
||||
gdk_atom_intern_static_string ("NULL"),
|
||||
|
Loading…
Reference in New Issue
Block a user