head	1.2;
access;
symbols
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2002.06.15.19.19.29;	author marcus;	state dead;
branches;
next	1.1;

1.1
date	2002.05.06.21.22.25;	author marcus;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to 0.5.

PR:		39323
Submitted by:	maintainer
@
text
@--- 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 ();
@


1.1
log
@Add file_menu_applet 0.4, a small GNOME panel application which creates a
file manager.

PR:		37802
Submitted by:	Franz Klammer <klammer@@webonaut.com>
@
text
@@

