diff options
author | Tim Janik <timj@src.gnome.org> | 1998-02-02 14:11:24 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-02-02 14:11:24 +0000 |
commit | c3154703d0cbcd4c0aaf55d7767398aa5fe8c4bd (patch) | |
tree | 76b4812ccf10595c23c455d3f7dd5ad225d8dedd /gtk/gtkselection.c | |
parent | 57bae555749aec7e0ff016a3db35af53d85ca844 (diff) | |
download | gtk+-c3154703d0cbcd4c0aaf55d7767398aa5fe8c4bd.tar.gz |
watch the next ChangeLog update...
-timj
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 e7309382f3..3cc66f7b1d 100644 --- a/gtk/gtkselection.c +++ b/gtk/gtkselection.c @@ -147,7 +147,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 = "selection_handlers"; +static const char *gtk_selection_handler_key = "gtk-selection-handlers"; /************************************************************* * gtk_selection_owner_set: |