Data constness fixes. (#75754)

This commit is contained in:
Matthias Clasen
2002-12-10 21:39:53 +00:00
parent 329c090ec1
commit 14ee65b66a
26 changed files with 180 additions and 42 deletions

View File

@ -156,7 +156,7 @@ static GList *current_incrs = NULL;
static GList *current_selections = NULL;
static GdkAtom gtk_selection_atoms[LAST_ATOM];
static const char *gtk_selection_handler_key = "gtk-selection-handlers";
static const char gtk_selection_handler_key[] = "gtk-selection-handlers";
/****************
* Target Lists *