Fix broken compile: s/gtk_selection_atom/gtk_selection_atoms
Introduced in 94b63ec9b7
This commit is contained in:
@ -3063,7 +3063,7 @@ gtk_selection_default_handler (GtkWidget *widget,
|
|||||||
tmp_list = tmp_list->next;
|
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,
|
gtk_selection_data_set (data,
|
||||||
gdk_atom_intern_static_string ("NULL"),
|
gdk_atom_intern_static_string ("NULL"),
|
||||||
|
|||||||
Reference in New Issue
Block a user