guppiCan I help?



Hi, I was wondering if there was anything I could work on for guppi. The
ChangeLog and the last message in the archive make it look like this is mostly
a 1-man (or possibly 2-man) show, so if things are in too much flux right now
or you want to keep it small, I understand. But if you're looking for some
help, I'd like to give it a try.

I worked on the multiple regression support in gnumeric, but I doubt guppi
needs multiple regressions (right?). I'm not intimate with the newer GNOME
technologies, so don't expect me to implement the Bonobo interface or anything,
but what I lack in skill I make up for with free time! (I'm not a bad coder in
general, though). Is there anything I could work on? Guppi seems to lack a
TODO, which may be because it's all in your head(s).

I guess for starters, a _really_ simple patch that moves the two lines that
create the splash screen so they're after the arguments are parsed. This way
"guppi --help" doesn't produce a splash screen (or does it just do that for
me?)

Andrew

-- 
Andrew Chatham
Duke University '02
andrew.chatham at duke.edu
Index: src/guppi/guppi.c
===================================================================
RCS file: /cvs/gnome/guppi3/src/guppi/guppi.c,v
retrieving revision 1.25
diff -u -c -r1.25 guppi.c
*** src/guppi/guppi.c	2000/06/03 04:01:58	1.25
--- src/guppi/guppi.c	2000/06/08 07:21:29
***************
*** 173,181 ****
    sigaction(SIGINT, &xsh, NULL);
    sigaction(SIGHUP, &ash, NULL);
  
-   if (!manual_batch_mode)
-     guppi_splash_create();
- 
    /*
      guppi_corba_init() calls gnome_CORBA_init(), which in turn calls
      gnome_init().
--- 173,178 ----
***************
*** 183,188 ****
--- 180,188 ----
    guppi_splash_message(_("Initializing CORBA"));
    guppi_corba_init(&argc, argv, options, 0, &pctx);
    guppi_exit_connect_shutdown_func(guppi_corba_shutdown, NULL);
+ 
+   if (!manual_batch_mode)
+     guppi_splash_create();
  
    /* We have many, many libraries and misc. things to initialize */
    guppi_splash_message(_("Initializing libglade"));


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