mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
15 lines
291 B
Plaintext
15 lines
291 B
Plaintext
|
--- 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())
|