Fix broken compile: s/gtk_selection_atom/gtk_selection_atoms

Introduced in 94b63ec9b7
This commit is contained in:
Davyd Madeley 2009-05-18 10:46:42 +08:00
parent 94b63ec9b7
commit f64ef8ea51

View File

@ -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"),