mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Remove support for the poorly defined text/plain type for now. (#55117)
Mon Feb 18 17:34:43 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkentry.c gtk/gtktextview.c: Remove support for the poorly defined text/plain type for now. (#55117)
This commit is contained in:
parent
8fe564e37a
commit
7ea9e8046f
@ -1,3 +1,8 @@
|
||||
Mon Feb 18 17:34:43 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c gtk/gtktextview.c: Remove support for
|
||||
the poorly defined text/plain type for now. (#55117)
|
||||
|
||||
Mon Feb 18 16:44:00 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* docs/widget_system.txt: Add some docs for GTK_NEED_REQUEST
|
||||
|
@ -1,3 +1,8 @@
|
||||
Mon Feb 18 17:34:43 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c gtk/gtktextview.c: Remove support for
|
||||
the poorly defined text/plain type for now. (#55117)
|
||||
|
||||
Mon Feb 18 16:44:00 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* docs/widget_system.txt: Add some docs for GTK_NEED_REQUEST
|
||||
|
@ -1,3 +1,8 @@
|
||||
Mon Feb 18 17:34:43 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c gtk/gtktextview.c: Remove support for
|
||||
the poorly defined text/plain type for now. (#55117)
|
||||
|
||||
Mon Feb 18 16:44:00 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* docs/widget_system.txt: Add some docs for GTK_NEED_REQUEST
|
||||
|
@ -1,3 +1,8 @@
|
||||
Mon Feb 18 17:34:43 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c gtk/gtktextview.c: Remove support for
|
||||
the poorly defined text/plain type for now. (#55117)
|
||||
|
||||
Mon Feb 18 16:44:00 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* docs/widget_system.txt: Add some docs for GTK_NEED_REQUEST
|
||||
|
@ -1,3 +1,8 @@
|
||||
Mon Feb 18 17:34:43 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c gtk/gtktextview.c: Remove support for
|
||||
the poorly defined text/plain type for now. (#55117)
|
||||
|
||||
Mon Feb 18 16:44:00 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* docs/widget_system.txt: Add some docs for GTK_NEED_REQUEST
|
||||
|
@ -1,3 +1,8 @@
|
||||
Mon Feb 18 17:34:43 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c gtk/gtktextview.c: Remove support for
|
||||
the poorly defined text/plain type for now. (#55117)
|
||||
|
||||
Mon Feb 18 16:44:00 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* docs/widget_system.txt: Add some docs for GTK_NEED_REQUEST
|
||||
|
@ -1,3 +1,8 @@
|
||||
Mon Feb 18 17:34:43 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c gtk/gtktextview.c: Remove support for
|
||||
the poorly defined text/plain type for now. (#55117)
|
||||
|
||||
Mon Feb 18 16:44:00 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* docs/widget_system.txt: Add some docs for GTK_NEED_REQUEST
|
||||
|
@ -98,7 +98,6 @@ static GtkTargetEntry target_table[] = {
|
||||
{ "UTF8_STRING", 0, 0 },
|
||||
{ "COMPOUND_TEXT", 0, 0 },
|
||||
{ "TEXT", 0, 0 },
|
||||
{ "text/plain", 0, 0 },
|
||||
{ "STRING", 0, 0 }
|
||||
};
|
||||
|
||||
|
@ -406,7 +406,6 @@ static GtkTargetEntry target_table[] = {
|
||||
{ "UTF8_STRING", 0, TARGET_UTF8_STRING },
|
||||
{ "COMPOUND_TEXT", 0, TARGET_COMPOUND_TEXT },
|
||||
{ "TEXT", 0, TARGET_TEXT },
|
||||
{ "text/plain", 0, TARGET_STRING },
|
||||
{ "STRING", 0, TARGET_STRING }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user