diff options
author | Davyd Madeley <davyd@madeley.id.au> | 2009-05-18 10:46:42 +0800 |
---|---|---|
committer | Davyd Madeley <davyd@madeley.id.au> | 2009-05-18 10:48:21 +0800 |
commit | f64ef8ea514941f83ee802685adf82fd09a17f2b (patch) | |
tree | c488f2b71f5f31e36ccdd0fd1f30de633d0600a2 /gtk/gtkselection.c | |
parent | 94b63ec9b7791036b0b09d4c2059059a1d7e9695 (diff) | |
download | gtk+-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.c | 2 |
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"), |