Re: [gnome-db]new browser widget
- From: Daniel Wagner <heapsort gmx net>
- To: Rodrigo Moya <rodrigo gnome-db org>
- Cc: GDA <gnome-db-list gnome org>
- Subject: Re: [gnome-db]new browser widget
- Date: Mon, 16 Apr 2001 10:53:45 +0200
On Mon, 16 Apr 2001, Rodrigo Moya wrote:
> On 16 Apr 2001 01:23:13 +0200, Daniel Wagner wrote:
> > Hi Rodrigo!
> >
> > On Wed, 11 Apr 2001, Rodrigo Moya wrote:
> >
> > > Hi!
> > >
> > > I've just checked in the new GnomeDbBrowser widget which I started in
> > > the GUADEC. It is not yet finished and its look&feel can be enhanced,
> > > but it is much better than the old one(s) (I hope).
> > >
> > > So please, could somebody compile the current CVS version and tell me
> > > about their feelings on the new widget?
> >
> > I like the new design which is more straigthforward and clear.
> >
> > But the newest CVS version is broken. My small test programm
> > doesn't work anymore. Or is the code wrong?
> >
> > #include <glib.h>
> > #include <gda-common.h>
> >
> > void
> > list_all_providers (gpointer data, gpointer user_data)
> > {
> > printf ("%s\n", GDA_PROVIDER_NAME ((GdaProvider*)data));
> > return;
> > }
> >
> > void
> > list_all_dsn (gpointer data, gpointer user_data)
> > {
> > printf ("%s\n", GDA_DSN_GDA_NAME((GdaDsn*)data));
> > return;
> > }
> >
> > int main (int argc, char** argv)
> > {
> > GList *list;
> >
> > gtk_init (&argc, &argv);
> > oaf_init (argc, argv);
> >
> > list = gda_provider_list ();
> > g_list_foreach (list, list_all_providers, 0);
> > if (list)
> > g_list_free (list);
> >
> > list = gda_dsn_list ();
> > g_list_foreach (list, list_all_dsn, 0);
> > if (list)
> > g_list_free (list);
> >
> > return 0;
> > }
> >
> > The only output I get is "OAFIID:GNOME_GDA_Provider_MySQL_ConnectionFactory"
> > and no Dsn.
> >
> yes, I think it may be because I changed the GConf prefix to be /apps/gda instead
>
> of /gda. So, you've installed the new code, which does not look at the
> old GConf section. To fix it, just go to your ~/.gconf directory, and
> move ~/.gconf/gda to ~/.gconf/apps/gda. But, be sure to stop all gda-*
> processes before doing this.
Yes, I saw that and changed my configuration without success. There is
another effect. When I insert a new 'gda connection' with the manager out of gnomedb-fe, all other entries appear after I inserted a new one.
--
Daniel Wagner
email: wagi gmx ch
GnuPG: 1024D/DCDE890A (public key available on any keyserver)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]