[gnome-db] Bug in gnomedb 1.0.4 - data source selector widget
- From: Daniel Espinosa <esodan yahoo com mx>
- To: gnome-db <gnome-db-list gnome org>
- Subject: [gnome-db] Bug in gnomedb 1.0.4 - data source selector widget
- Date: Thu, 24 Jun 2004 16:59:21 -0500 (CDT)
There are a bug in libgnomedb 1.0.4, the
gnome_db_datasorce_selector, don't load all the
avairable data sources, like in 1.0.3 dose.
The missing code is (taked from 1.0.3):
/* load data sources */
dsn_list = gnome_db_config_get_data_source_list ();
for (l = dsn_list; l != NULL; l = l->next) {
GdaDataSourceInfo *dsn_info = (GdaDataSourceInfo *)
l->data;
if (!dsn_info)
continue;
if (name != NULL && strcmp (name, dsn_info->name) !=
0)
continue;
/* add the data source to the option menu */
gnome_db_option_menu_add_item (GTK_OPTION_MENU
(selector), dsn_info->name);
}
=====
>>>>>>>>>>>>>>>
Trabajar es la mejor arma para tu superación.
_________________________________________________________
Do You Yahoo!?
La mejor conexión a internet y 25MB extra a tu correo por $100 al mes. http://net.yahoo.com.mx
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]