[grisbi-cvs] grisbi/src accueil.c,1.199,1.200

Pierre Biava pbiava at users.sourceforge.net
Sun Jun 28 18:50:27 CEST 2009


Update of /cvsroot/grisbi/grisbi/src
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17744

Modified Files:
	accueil.c 
Log Message:
minor modifications of the home page

Index: accueil.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/accueil.c,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -d -r1.199 -r1.200
--- accueil.c	28 Jun 2009 06:41:07 -0000	1.199
+++ accueil.c	28 Jun 2009 16:50:24 -0000	1.200
@@ -51,7 +51,19 @@
 /*END_INCLUDE*/
 
 /*START_STATIC*/
+static void affiche_solde_des_comptes ( GtkWidget *table,
+                        gint i,
+                        gint nb_comptes,
+                        gint currency_number,
+                        gsb_real solde_global_courant,
+                        gsb_real solde_global_pointe );
+static void gsb_main_page_affiche_table_des_comptes ( GtkWidget *pTable,
+                        gint account_number,
[...1305 lines suppressed...]
+/* page de configuration pour la page d'accueil */
+/* *******************************************************************************/
+/*GtkWidget *onglet_accueil (void)
+{
+    GtkWidget *vbox_pref, *paddingbox;
+
+    vbox_pref = new_vbox_with_title_and_icon ( _("Main page"), "grisbi.png" );
+
+    !* Data import settings *!
+    paddingbox = new_paddingbox_with_title (vbox_pref, FALSE, 
+                        _("Preferences from the list of accounts") );
+
+    gtk_widget_show_all ( vbox_pref );
+
+    return ( vbox_pref );
+}*/
+
 
 /* Local Variables: */
 /* c-basic-offset: 4 */



More information about the cvs mailing list