diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2007-12-14 16:51:09 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2007-12-14 16:51:09 +0000 |
| commit | d644ec35d177c8a247897ffebde1f0813620a56f (patch) | |
| tree | 6e5fee3296ebdc000c90cd5a40100aea046cad32 /math/guppi/files/patch-src-libguppidata_guppi-data.c | |
| parent | - Update to 3.61 (diff) | |
- Fix build with gcc 4.2
- Pass maintainership to submitter
PR: 118674
Submitted by: Pietro Cerutti <gahr@gahr.ch>
Diffstat (limited to 'math/guppi/files/patch-src-libguppidata_guppi-data.c')
| -rw-r--r-- | math/guppi/files/patch-src-libguppidata_guppi-data.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/guppi/files/patch-src-libguppidata_guppi-data.c b/math/guppi/files/patch-src-libguppidata_guppi-data.c new file mode 100644 index 000000000000..24e7ca09a611 --- /dev/null +++ b/math/guppi/files/patch-src-libguppidata_guppi-data.c @@ -0,0 +1,11 @@ +--- src/libguppidata/guppi-data.c.orig 2007-12-13 15:31:26.000000000 +0100 ++++ src/libguppidata/guppi-data.c 2007-12-13 15:32:13.000000000 +0100 +@@ -1079,8 +1079,6 @@ + static void + guppi_data_class_init (GuppiDataClass *klass) + { +- static void build_menu (GuppiData *, GtkMenu *, gpointer); +- + GtkObjectClass *object_class = (GtkObjectClass *) klass; + + parent_class = gtk_type_class (GTK_TYPE_OBJECT); |
