[gtk+] Fix broken compile: s/gtk_selection_atom/gtk_selection_atoms
- From: Davyd Madeley <davyd src gnome org>
- To: svn-commits-list gnome org
- Subject: [gtk+] Fix broken compile: s/gtk_selection_atom/gtk_selection_atoms
- Date: Sun, 17 May 2009 22:53:45 -0400 (EDT)
commit f64ef8ea514941f83ee802685adf82fd09a17f2b
Author: Davyd Madeley <davyd madeley id au>
Date: Mon May 18 10:46:42 2009 +0800
Fix broken compile: s/gtk_selection_atom/gtk_selection_atoms
Introduced in 94b63ec9b7791036b0b09d4c2059059a1d7e9695
---
gtk/gtkselection.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gtk/gtkselection.c b/gtk/gtkselection.c
index 4c4ab73..7195b86 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"),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]