Added more bug numbers to FIXMEs. Fixed one misspelled FIXME that made it

2000-06-05  Pavel Cisler  <pavel@eazel.com>

	* libgnomevfs-corba/gnome-vfs-slave.c: (serve_channel_read),
	(serve_channel_write):
	* libgnomevfs-pthread/gnome-vfs-job-slave.c:
	* mime-type-capplet/edit-window.c: (populate_application_menu):
	* mime-type-capplet/mime-data.c: (add_to_key):
	* modules/extfs-method.c: (do_open), (read_directory_list),
	(do_open_directory), (match):
	* modules/extfs/cpio.in:
	* modules/extfs/lha.in:
	* modules/file-method.c: (read_directory):
	* modules/gconf-method.c: (directory_handle_destroy):
	Added more bug numbers to FIXMEs.
	Fixed one misspelled FIXME that made it show up in the check-FIXME.pl tool.
This commit is contained in:
Pavel Cisler 2000-06-06 00:29:38 +00:00 committed by Pavel Cisler
parent 81136fedf1
commit 4449e688f0
2 changed files with 6 additions and 2 deletions

View file

@ -517,7 +517,9 @@ populate_application_menu (GtkWidget *application_menu, const char *mime_type)
/* Have menu appear with default application selected */
gtk_menu_set_active (GTK_MENU (new_menu), index);
} else {
/* FIXME: What should we do in this case? */
/* FIXME bugzilla.eazel.com 1221:
* What should we do in this case?
* */
}
}
}

View file

@ -131,7 +131,9 @@ add_to_key (char *mime_type, char *def, GHashTable *table, gboolean init_user)
used = 0;
while ((ext = strtok_r (s, " \t\n\r,", &tokp)) != NULL){
/* FIXME: We really need to check for duplicates before entering this. */
/* FIXME bugzilla.eazel.com 1222:
* We really need to check for duplicates before entering this.
*/
if (!init_user) {
info->ext[priority] = g_list_prepend (info->ext[priority], ext);
} else {