--- src/main.c.orig	Wed Mar 27 06:06:21 2002
+++ src/main.c	Mon May  6 18:35:11 2002
@@ -213,7 +213,7 @@
 
 	gnome_vfs_file_info_unref (dir_info);
 
-	if (!fma->icon_menus) {
+	if (fma->icon_menus) {
 		result = gnome_vfs_directory_visit 
 			(rp, (GNOME_VFS_FILE_INFO_FOLLOW_LINKS
 				| GNOME_VFS_FILE_INFO_FORCE_FAST_MIME_TYPE),
@@ -400,6 +400,10 @@
 	
 	if (!fma->menu_label)
 		fma->menu_label = strdup ("Home Directory");
+	if (!fma->dir_watch)
+		fma->menu_label = strdup ("~/");
+	if (!fma->menu_label)
+		fma->icon_menus = strdup ("true");
 
 	/* Create */
 	fma->menu_bar = gtk_menu_bar_new ();
