Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 49236
Collapse All | Expand All

(-)libgnomedb/utils.c.old (-1 / +1 lines)
Lines 45-51 Link Here
45
		dialog = gnome_db_error_dialog_new (_("Error"));
45
		dialog = gnome_db_error_dialog_new (_("Error"));
46
		gnome_db_error_dialog_show_errors (GNOME_DB_ERROR_DIALOG (dialog),
46
		gnome_db_error_dialog_show_errors (GNOME_DB_ERROR_DIALOG (dialog),
47
						   gda_connection_get_errors (cnc));
47
						   gda_connection_get_errors (cnc));
48
	default :
48
	default :;
49
	}
49
	}
50
}
50
}
51
51
(-)libgnomedb/gnome-db-form.c.old (-1 / +1 lines)
Lines 582-587 Link Here
582
		form->priv->navigator_current_row = row;
582
		form->priv->navigator_current_row = row;
583
		show_navigator_row (form);
583
		show_navigator_row (form);
584
		break;
584
		break;
585
	case GNOME_DB_FORM_TYPE_LIST :
585
	case GNOME_DB_FORM_TYPE_LIST :;
586
	}
586
	}
587
}
587
}

Return to bug 49236