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/flist-mime-icon.c.orig	Mon May  6 02:42:16 2002
+++ src/flist-mime-icon.c	Mon May  6 02:43:24 2002
@@@@ -107,8 +107,11 @@@@
 		if (!g_file_exists (icon)) {
 		  file = g_concat_dir_and_file (MIMEICONDIR, icon);
 		  if (!g_file_exists (file)) {
-		    g_free (file);
-		    return NULL;
+		    file = g_concat_dir_and_file(g_strdup_printf ("%s/%s", MIMEICONDIR, "nautilus"), icon);
+		     if (!g_file_exists (file)) {
+		    	g_free (file);
+		    	return NULL;
+		     }
 		  }
 		}
 		else
@


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
@@

