summaryrefslogtreecommitdiff
path: root/gtk/gtkselection.c
diff options
context:
space:
mode:
authorDavyd Madeley <davyd@madeley.id.au>2009-05-18 10:46:42 +0800
committerDavyd Madeley <davyd@madeley.id.au>2009-05-18 10:48:21 +0800
commitf64ef8ea514941f83ee802685adf82fd09a17f2b (patch)
treec488f2b71f5f31e36ccdd0fd1f30de633d0600a2 /gtk/gtkselection.c
parent94b63ec9b7791036b0b09d4c2059059a1d7e9695 (diff)
downloadgtk+-f64ef8ea514941f83ee802685adf82fd09a17f2b.tar.gz
Fix broken compile: s/gtk_selection_atom/gtk_selection_atoms
Introduced in 94b63ec9b7791036b0b09d4c2059059a1d7e9695
Diffstat (limited to 'gtk/gtkselection.c')
-rw-r--r--gtk/gtkselection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkselection.c b/gtk/gtkselection.c
index 4c4ab7301c..7195b86a51 100644
--- a/gtk/gtkselection.c
+++ b/gtk/gtkselection.c
@@ -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"),