[gtk+/resolution-independence: 58/60] Fix broken compile: s/gtk_selection_atom/gtk_selection_atoms



commit fc2b45cb50bb62409dddc648423c28fa422fdc18
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]