diff options
author | jylefort <jylefort@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-19 08:02:22 +0800 |
---|---|---|
committer | jylefort <jylefort@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-19 08:02:22 +0800 |
commit | 7aee94d57769e4106b2e08107ac01069c5761ec8 (patch) | |
tree | 519a00f9ec158470cb278ac541fde0fe909d2625 | |
parent | f34608a4e372be6409b1ea614dff7c120dd875cf (diff) | |
download | marcuscom-ports-7aee94d57769e4106b2e08107ac01069c5761ec8.tar marcuscom-ports-7aee94d57769e4106b2e08107ac01069c5761ec8.tar.gz marcuscom-ports-7aee94d57769e4106b2e08107ac01069c5761ec8.tar.bz2 marcuscom-ports-7aee94d57769e4106b2e08107ac01069c5761ec8.tar.lz marcuscom-ports-7aee94d57769e4106b2e08107ac01069c5761ec8.tar.xz marcuscom-ports-7aee94d57769e4106b2e08107ac01069c5761ec8.tar.zst marcuscom-ports-7aee94d57769e4106b2e08107ac01069c5761ec8.zip |
Remove a patch which is useless and does not even apply anymore.
Reported by: Pascal Hofstee
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4273 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-toolkits/gtk20/files/patch-gtk_gtkentry.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/x11-toolkits/gtk20/files/patch-gtk_gtkentry.c b/x11-toolkits/gtk20/files/patch-gtk_gtkentry.c deleted file mode 100644 index e725de399..000000000 --- a/x11-toolkits/gtk20/files/patch-gtk_gtkentry.c +++ /dev/null @@ -1,13 +0,0 @@ ---- gtk/gtkentry.c.orig Wed Aug 25 12:44:23 2004 -+++ gtk/gtkentry.c Wed Aug 25 12:44:52 2004 -@@ -1670,8 +1670,9 @@ - event->x + entry->scroll_offset, event->y)) - { - GdkDragContext *context; -+ guint actions; - GtkTargetList *target_list = gtk_target_list_new (NULL, 0); -- guint actions = entry->editable ? GDK_ACTION_COPY | GDK_ACTION_MOVE : GDK_ACTION_COPY; -+ actions = entry->editable ? GDK_ACTION_COPY | GDK_ACTION_MOVE : GDK_ACTION_COPY; - - gtk_target_list_add_text_targets (target_list); - |