config components



Hi all!

Vivien, you changed in the gnorba files the wrong entry. What must be
unique is the GOAD ID, which is the name of the section on the .gnorba
file, but not the repo_id (the IDL:... string), which is the one used to
get the list of components implementing the desired IDL interface. So,
you must change:

control = 
    GNOME_DB_CONTROL(gnome_db_control_new("gnome-db-users-list", 
					  create_users_list_widget_cb,
					  setup_users_component_properties));

to

control = 
    GNOME_DB_CONTROL(gnome_db_control_new("gda-postgres-users-list", 
					  create_users_list_widget_cb,
					  setup_users_component_properties));

and the same for the "gnome-db-config" to "gda-postgres-config".

And, in the .gnorba file, the same two strings, and change the two
repo_ids to:

IDL:BonoboControl/gnome-db-config:1.0 IDL:Bonobo/Control:1.0

Cheers







[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]