Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 29773 Details for
Bug 48611
libgda-1.0.4 and libgnomedb-1.0.4 updates
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
libgnomedb-1.0.4 selector fix
libgnomedb-1.0.4-selector.patch (text/plain), 803 bytes, created by
Robert Davis
on 2004-04-21 14:44:03 UTC
(
hide
)
Description:
libgnomedb-1.0.4 selector fix
Filename:
MIME Type:
Creator:
Robert Davis
Created:
2004-04-21 14:44:03 UTC
Size:
803 bytes
patch
obsolete
>--- libgnomedb/gnome-db-data-source-selector.c.orig Sun Apr 18 21:41:59 2004 >+++ libgnomedb/gnome-db-data-source-selector.c Sun Apr 18 21:43:20 2004 >@@ -61,8 +61,25 @@ > dsn_info->name); > gnome_db_config_free_data_source_info (dsn_info); > } >- else >+ else { >+ GList *dsn_list; >+ GList *l; >+ >+ /* 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; >+ >+ /* add the data source to the option menu */ >+ gnome_db_option_menu_add_item (GTK_OPTION_MENU (selector), dsn_info->name); >+ } >+ >+ gnome_db_config_free_data_source_list (dsn_list); > gtk_option_menu_set_history (GTK_OPTION_MENU (selector), 0); >+ } > } > > /*
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 48611
:
29770
|
29771
|
29772
| 29773 |
29774
|
29775
|
36428
|
36429