From 079a31ba4ced4f7ca36fac0e3ddcaba2192aefef Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Mon, 25 Sep 2000 12:28:41 +0000 Subject: Add titano - an C/C++ IDE for GNOME desktop. --- devel/titano/files/patch-ab | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 devel/titano/files/patch-ab (limited to 'devel/titano/files/patch-ab') 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()) -- cgit v1.2.3