summaryrefslogtreecommitdiff
path: root/devel/titano/files/patch-ab
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-09-25 12:28:41 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-09-25 12:28:41 +0000
commit079a31ba4ced4f7ca36fac0e3ddcaba2192aefef (patch)
tree26b5f194aac73960535327c02eaeff9c78a8d1e0 /devel/titano/files/patch-ab
parentEliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when (diff)
Add titano - an C/C++ IDE for GNOME desktop.
Diffstat (limited to 'devel/titano/files/patch-ab')
-rw-r--r--devel/titano/files/patch-ab14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/titano/files/patch-ab b/devel/titano/files/patch-ab
new file mode 100644
index 000000000000..cdc21a408f3e
--- /dev/null
+++ b/devel/titano/files/patch-ab
@@ -0,0 +1,14 @@
+--- src/prefs.cc 2000/09/25 12:01:34 1.1
++++ src/prefs.cc 2000/09/25 12:03:32
+@@ -8,6 +8,11 @@
+
+ Preferences::Preferences(void)
+ {
++ defaultdir=NULL;
++ lastname=NULL;
++ lastdir=NULL;
++ name=NULL;
++ mail=NULL;
+ file = g_strconcat(home,"/.titano/titano",NULL);
+
+ if(Preferences::check())