View | Details | Raw Unified
Collapse All | Expand All

(-) gnome-vfs-2.16.3.ori/libgnomevfs/gnome-vfs-mime-handlers.c (+6 lines)
 Lines 1423-1428    Link Here 
	app->priv->path = g_key_file_get_string (key_file, DESKTOP_ENTRY_GROUP,
	app->priv->path = g_key_file_get_string (key_file, DESKTOP_ENTRY_GROUP,
						 "Path", NULL);
						 "Path", NULL);
	/* 'Path=' .desktop item is not working. bugzilla.gnome.org/389273 */
	if (app->priv->path != NULL && *app->priv->path == 0) {
		g_free (app->priv->path);
		app->priv->path = NULL;
	}
	app->requires_terminal = g_key_file_get_boolean
	app->requires_terminal = g_key_file_get_boolean
			(key_file, DESKTOP_ENTRY_GROUP, "Terminal", &err);
			(key_file, DESKTOP_ENTRY_GROUP, "Terminal", &err);
	if (err) {
	if (err) {