37952 [EMAIL PROTECTED]  Shortcut pane resets name to type

Found the reason for the problem.  The patch is attached to this email
and to to bug.

TTFN,
Lonnie Borntreger


--- e-shortcuts.c.orig	2003-02-14 10:26:44.000000000 -0600
+++ e-shortcuts.c	2003-02-14 10:26:59.000000000 -0600
@@ -138,7 +138,7 @@
 	if (name == NULL)
 		new->name = g_path_get_basename (uri);
 	else
-		new->name = g_strdup (type);
+		new->name = g_strdup (name);
 
 	new->uri              = g_strdup (uri);
 	new->type             = g_strdup (type);

Reply via email to