summaryrefslogtreecommitdiff
path: root/math/gretl/files/patch-gui2::ssheet.c
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-01-26 20:38:03 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-01-26 20:38:03 +0000
commit85a80d7a46c8114465a9023ec2cbb64b0f05c174 (patch)
tree348dcee4c88dc82152f435879503f45ec78f5246 /math/gretl/files/patch-gui2::ssheet.c
parent- Update to version 0.7.0 (diff)
- Update to version 1.2.1
PR: ports/61959 Submitted by: Ports Fury
Diffstat (limited to 'math/gretl/files/patch-gui2::ssheet.c')
-rw-r--r--math/gretl/files/patch-gui2::ssheet.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/math/gretl/files/patch-gui2::ssheet.c b/math/gretl/files/patch-gui2::ssheet.c
deleted file mode 100644
index 5e4fb8646f5d..000000000000
--- a/math/gretl/files/patch-gui2::ssheet.c
+++ /dev/null
@@ -1,17 +0,0 @@
---- gui2/ssheet.c.orig Thu Nov 6 23:46:45 2003
-+++ gui2/ssheet.c Thu Dec 25 17:33:04 2003
-@@ -822,13 +822,13 @@
- {
- GdkModifierType mods;
- gint ret = FALSE;
-+ GdkEventButton *bevent = (GdkEventButton *) event;
-
- if (event->type != GDK_BUTTON_PRESS) {
- return FALSE;
- }
-
- gdk_window_get_pointer(view->window, NULL, NULL, &mods);
-- GdkEventButton *bevent = (GdkEventButton *) event;
-
- if (mods & GDK_BUTTON3_MASK) {
- gtk_menu_popup (GTK_MENU(sheet->popup), NULL, NULL, NULL, NULL,