1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/devel/geany/files/patch-src_callbacks.c
Jean-Yves Lefort 20d3ebfb04 Add geany.
Geany is a small and lightweight integrated development environment. It was
developed to provide a small and fast IDE, which has only a few dependencies
on other packages. Another goal was to be as independent as possible from a
special Desktop Environment like KDE or GNOME.

WWW: http://geany.uvena.de/

PR:		ports/91817
Submitted by:	Remington <mrl0lz@gmail.com>
2006-04-04 12:28:14 +00:00

13 lines
332 B
C

--- src/callbacks.c.orig Tue Apr 4 14:17:38 2006
+++ src/callbacks.c Tue Apr 4 14:20:19 2006
@@ -151,7 +151,8 @@
gtk_widget_destroy(app->default_tag_tree);
}
gtk_widget_destroy(app->window);
- if (app->have_vte) vte_close();
+ // this causes a crash, for some reason
+ // if (app->have_vte) vte_close();
g_free(app);