[grisbi-cvs] [git push]Grisbi branch grisbi-1.0.x updated. upstream_version_0_9_90-137-g6da4771

Pierre Biava noreply at sourceforge.net
Sat Jul 27 19:42:21 CEST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Grisbi".

The branch, grisbi-1.0.x has been updated
       via  6da4771ea4727f62f2d57ae4d47eb9d2484fad25 (commit)
       via  4c72dc05d4fec08c8ccb9752c04e7de24f732097 (commit)
       via  29e789361412efc336e332c7607664e7178ccb42 (commit)
       via  075719238d248aef1487c84227e2cd57df25f3a9 (commit)
       via  d76083d1a4813fb9bad477a63de34cf27b4d8c57 (commit)
       via  a98848e72d435e99828eb4c0adcb5fa7e527c9de (commit)
       via  6fa17d242d9bbfbc4297fe111dc8f6e384254d43 (commit)
       via  484a4e5a04e0316465ef86f50a9944d51abc5f23 (commit)
       via  31e2aff29b0e32ef92660635b241a0b87b59b45b (commit)
       via  86b9e66b42955ef93d9ff1059aec47cfc8aabf91 (commit)
       via  5b74778ca912c81955e689c2b2a52921238d0fe1 (commit)
      from  4ad1df5ed567fa5e11cbc9d2a76035974ffbfbe2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://grisbi.git.sourceforge.net/git/gitweb.cgi?p=grisbi/code;a=commitdiff;h=

commit b834029c837ecdae0546a5d83d3b20d17a4e730b
Merge: 0359c24 6cce921
Author: Rémi Cardona <remi at gentoo.org>
Date:   Wed Apr 3 23:29:40 2013 +0200

    Merge remote-tracking branch 'origin/grisbi-1.0.x'

diff --cc src/bet_config.c
index 6c211b3,6172559..37cf73e
--- a/src/bet_config.c
+++ b/src/bet_config.c
@@@ -122,11 -122,10 +122,10 @@@ GtkWidget *bet_config_general_create_ge
  
      /* Calculation of period */
      paddingbox = new_paddingbox_with_title ( vbox, FALSE, _("Common data") );
- 
-     widget = bet_config_general_get_period_widget ( paddingbox );
+     bet_config_general_get_period_widget ( paddingbox );
  
      /* add a separator */
 -    gtk_box_pack_start ( GTK_BOX ( vbox ), gtk_hseparator_new (), FALSE, FALSE, 5 );
 +    gtk_box_pack_start ( GTK_BOX ( vbox ), gtk_separator_new ( GTK_ORIENTATION_HORIZONTAL ), FALSE, FALSE, 5 );
  
      /* option pour les comptes de caisse */
      paddingbox = new_paddingbox_with_title ( vbox, FALSE, _("Option for cash accounts") );
@@@ -667,12 -659,11 +666,11 @@@ GtkWidget *bet_config_account_get_selec
  {
      GtkWidget *vbox;
      GtkWidget *paddingbox;
-     GtkWidget *hbox;
  
 -    vbox = gtk_vbox_new ( FALSE, 0 );
 +    vbox = gtk_box_new ( GTK_ORIENTATION_VERTICAL, 0 );
  
      paddingbox = new_paddingbox_with_title ( vbox, FALSE, _(title) );
-     hbox = bet_config_get_select_historical_data ( paddingbox, gsb_gui_get_account_page () );
 -    bet_config_get_select_historical_data ( paddingbox, account_page );
++    bet_config_get_select_historical_data ( paddingbox, gsb_gui_get_account_page () );
  
      return vbox;
  }

http://grisbi.git.sourceforge.net/git/gitweb.cgi?p=grisbi/code;a=commitdiff;h=

commit b834029c837ecdae0546a5d83d3b20d17a4e730b
Merge: 0359c24 6cce921
Author: Rémi Cardona <remi at gentoo.org>
Date:   Wed Apr 3 23:29:40 2013 +0200

    Merge remote-tracking branch 'origin/grisbi-1.0.x'

diff --cc src/bet_config.c
index 6c211b3,6172559..37cf73e
--- a/src/bet_config.c
+++ b/src/bet_config.c
@@@ -122,11 -122,10 +122,10 @@@ GtkWidget *bet_config_general_create_ge
  
      /* Calculation of period */
      paddingbox = new_paddingbox_with_title ( vbox, FALSE, _("Common data") );
- 
-     widget = bet_config_general_get_period_widget ( paddingbox );
+     bet_config_general_get_period_widget ( paddingbox );
  
      /* add a separator */
 -    gtk_box_pack_start ( GTK_BOX ( vbox ), gtk_hseparator_new (), FALSE, FALSE, 5 );
 +    gtk_box_pack_start ( GTK_BOX ( vbox ), gtk_separator_new ( GTK_ORIENTATION_HORIZONTAL ), FALSE, FALSE, 5 );
  
      /* option pour les comptes de caisse */
      paddingbox = new_paddingbox_with_title ( vbox, FALSE, _("Option for cash accounts") );
@@@ -667,12 -659,11 +666,11 @@@ GtkWidget *bet_config_account_get_selec
  {
      GtkWidget *vbox;
      GtkWidget *paddingbox;
-     GtkWidget *hbox;
  
 -    vbox = gtk_vbox_new ( FALSE, 0 );
 +    vbox = gtk_box_new ( GTK_ORIENTATION_VERTICAL, 0 );
  
      paddingbox = new_paddingbox_with_title ( vbox, FALSE, _(title) );
-     hbox = bet_config_get_select_historical_data ( paddingbox, gsb_gui_get_account_page () );
 -    bet_config_get_select_historical_data ( paddingbox, account_page );
++    bet_config_get_select_historical_data ( paddingbox, gsb_gui_get_account_page () );
  
      return vbox;
  }

http://grisbi.git.sourceforge.net/git/gitweb.cgi?p=grisbi/code;a=commitdiff;h=

commit b834029c837ecdae0546a5d83d3b20d17a4e730b
Merge: 0359c24 6cce921
Author: Rémi Cardona <remi at gentoo.org>
Date:   Wed Apr 3 23:29:40 2013 +0200

    Merge remote-tracking branch 'origin/grisbi-1.0.x'

diff --cc src/bet_config.c
index 6c211b3,6172559..37cf73e
--- a/src/bet_config.c
+++ b/src/bet_config.c
@@@ -122,11 -122,10 +122,10 @@@ GtkWidget *bet_config_general_create_ge
  
      /* Calculation of period */
      paddingbox = new_paddingbox_with_title ( vbox, FALSE, _("Common data") );
- 
-     widget = bet_config_general_get_period_widget ( paddingbox );
+     bet_config_general_get_period_widget ( paddingbox );
  
      /* add a separator */
 -    gtk_box_pack_start ( GTK_BOX ( vbox ), gtk_hseparator_new (), FALSE, FALSE, 5 );
 +    gtk_box_pack_start ( GTK_BOX ( vbox ), gtk_separator_new ( GTK_ORIENTATION_HORIZONTAL ), FALSE, FALSE, 5 );
  
      /* option pour les comptes de caisse */
      paddingbox = new_paddingbox_with_title ( vbox, FALSE, _("Option for cash accounts") );
@@@ -667,12 -659,11 +666,11 @@@ GtkWidget *bet_config_account_get_selec
  {
      GtkWidget *vbox;
      GtkWidget *paddingbox;
-     GtkWidget *hbox;
  
 -    vbox = gtk_vbox_new ( FALSE, 0 );
 +    vbox = gtk_box_new ( GTK_ORIENTATION_VERTICAL, 0 );
  
      paddingbox = new_paddingbox_with_title ( vbox, FALSE, _(title) );
-     hbox = bet_config_get_select_historical_data ( paddingbox, gsb_gui_get_account_page () );
 -    bet_config_get_select_historical_data ( paddingbox, account_page );
++    bet_config_get_select_historical_data ( paddingbox, gsb_gui_get_account_page () );
  
      return vbox;
  }

http://grisbi.git.sourceforge.net/git/gitweb.cgi?p=grisbi/code;a=commitdiff;h=

commit b834029c837ecdae0546a5d83d3b20d17a4e730b
Merge: 0359c24 6cce921
Author: Rémi Cardona <remi at gentoo.org>
Date:   Wed Apr 3 23:29:40 2013 +0200

    Merge remote-tracking branch 'origin/grisbi-1.0.x'

diff --cc src/bet_config.c
index 6c211b3,6172559..37cf73e
--- a/src/bet_config.c
+++ b/src/bet_config.c
@@@ -122,11 -122,10 +122,10 @@@ GtkWidget *bet_config_general_create_ge
  
      /* Calculation of period */
      paddingbox = new_paddingbox_with_title ( vbox, FALSE, _("Common data") );
- 
-     widget = bet_config_general_get_period_widget ( paddingbox );
+     bet_config_general_get_period_widget ( paddingbox );
  
      /* add a separator */
 -    gtk_box_pack_start ( GTK_BOX ( vbox ), gtk_hseparator_new (), FALSE, FALSE, 5 );
 +    gtk_box_pack_start ( GTK_BOX ( vbox ), gtk_separator_new ( GTK_ORIENTATION_HORIZONTAL ), FALSE, FALSE, 5 );
  
      /* option pour les comptes de caisse */
      paddingbox = new_paddingbox_with_title ( vbox, FALSE, _("Option for cash accounts") );
@@@ -667,12 -659,11 +666,11 @@@ GtkWidget *bet_config_account_get_selec
  {
      GtkWidget *vbox;
      GtkWidget *paddingbox;
-     GtkWidget *hbox;
  
 -    vbox = gtk_vbox_new ( FALSE, 0 );
 +    vbox = gtk_box_new ( GTK_ORIENTATION_VERTICAL, 0 );
  
      paddingbox = new_paddingbox_with_title ( vbox, FALSE, _(title) );
-     hbox = bet_config_get_select_historical_data ( paddingbox, gsb_gui_get_account_page () );
 -    bet_config_get_select_historical_data ( paddingbox, account_page );
++    bet_config_get_select_historical_data ( paddingbox, gsb_gui_get_account_page () );
  
      return vbox;
  }

http://grisbi.git.sourceforge.net/git/gitweb.cgi?p=grisbi/code;a=commitdiff;h=

commit b834029c837ecdae0546a5d83d3b20d17a4e730b
Merge: 0359c24 6cce921
Author: Rémi Cardona <remi at gentoo.org>
Date:   Wed Apr 3 23:29:40 2013 +0200

    Merge remote-tracking branch 'origin/grisbi-1.0.x'

diff --cc src/bet_config.c
index 6c211b3,6172559..37cf73e
--- a/src/bet_config.c
+++ b/src/bet_config.c
@@@ -122,11 -122,10 +122,10 @@@ GtkWidget *bet_config_general_create_ge
  
      /* Calculation of period */
      paddingbox = new_paddingbox_with_title ( vbox, FALSE, _("Common data") );
- 
-     widget = bet_config_general_get_period_widget ( paddingbox );
+     bet_config_general_get_period_widget ( paddingbox );
  
      /* add a separator */
 -    gtk_box_pack_start ( GTK_BOX ( vbox ), gtk_hseparator_new (), FALSE, FALSE, 5 );
 +    gtk_box_pack_start ( GTK_BOX ( vbox ), gtk_separator_new ( GTK_ORIENTATION_HORIZONTAL ), FALSE, FALSE, 5 );
  
      /* option pour les comptes de caisse */
      paddingbox = new_paddingbox_with_title ( vbox, FALSE, _("Option for cash accounts") );
@@@ -667,12 -659,11 +666,11 @@@ GtkWidget *bet_config_account_get_selec
  {
      GtkWidget *vbox;
      GtkWidget *paddingbox;
-     GtkWidget *hbox;
  
 -    vbox = gtk_vbox_new ( FALSE, 0 );
 +    vbox = gtk_box_new ( GTK_ORIENTATION_VERTICAL, 0 );
  
      paddingbox = new_paddingbox_with_title ( vbox, FALSE, _(title) );
-     hbox = bet_config_get_select_historical_data ( paddingbox, gsb_gui_get_account_page () );
 -    bet_config_get_select_historical_data ( paddingbox, account_page );
++    bet_config_get_select_historical_data ( paddingbox, gsb_gui_get_account_page () );
  
      return vbox;
  }

http://grisbi.git.sourceforge.net/git/gitweb.cgi?p=grisbi/code;a=commitdiff;h=

commit b834029c837ecdae0546a5d83d3b20d17a4e730b
Merge: 0359c24 6cce921
Author: Rémi Cardona <remi at gentoo.org>
Date:   Wed Apr 3 23:29:40 2013 +0200

    Merge remote-tracking branch 'origin/grisbi-1.0.x'

diff --cc src/bet_config.c
index 6c211b3,6172559..37cf73e
--- a/src/bet_config.c
+++ b/src/bet_config.c
@@@ -122,11 -122,10 +122,10 @@@ GtkWidget *bet_config_general_create_ge
  
      /* Calculation of period */
      paddingbox = new_paddingbox_with_title ( vbox, FALSE, _("Common data") );
- 
-     widget = bet_config_general_get_period_widget ( paddingbox );
+     bet_config_general_get_period_widget ( paddingbox );
  
      /* add a separator */
 -    gtk_box_pack_start ( GTK_BOX ( vbox ), gtk_hseparator_new (), FALSE, FALSE, 5 );
 +    gtk_box_pack_start ( GTK_BOX ( vbox ), gtk_separator_new ( GTK_ORIENTATION_HORIZONTAL ), FALSE, FALSE, 5 );
  
      /* option pour les comptes de caisse */
      paddingbox = new_paddingbox_with_title ( vbox, FALSE, _("Option for cash accounts") );
@@@ -667,12 -659,11 +666,11 @@@ GtkWidget *bet_config_account_get_selec
  {
      GtkWidget *vbox;
      GtkWidget *paddingbox;
-     GtkWidget *hbox;
  
 -    vbox = gtk_vbox_new ( FALSE, 0 );
 +    vbox = gtk_box_new ( GTK_ORIENTATION_VERTICAL, 0 );
  
      paddingbox = new_paddingbox_with_title ( vbox, FALSE, _(title) );
-     hbox = bet_config_get_select_historical_data ( paddingbox, gsb_gui_get_account_page () );
 -    bet_config_get_select_historical_data ( paddingbox, account_page );
++    bet_config_get_select_historical_data ( paddingbox, gsb_gui_get_account_page () );
  
      return vbox;
  }

http://grisbi.git.sourceforge.net/git/gitweb.cgi?p=grisbi/code;a=commitdiff;h=

commit b834029c837ecdae0546a5d83d3b20d17a4e730b
Merge: 0359c24 6cce921
Author: Rémi Cardona <remi at gentoo.org>
Date:   Wed Apr 3 23:29:40 2013 +0200

    Merge remote-tracking branch 'origin/grisbi-1.0.x'

diff --cc src/bet_config.c
index 6c211b3,6172559..37cf73e
--- a/src/bet_config.c
+++ b/src/bet_config.c
@@@ -122,11 -122,10 +122,10 @@@ GtkWidget *bet_config_general_create_ge
  
      /* Calculation of period */
      paddingbox = new_paddingbox_with_title ( vbox, FALSE, _("Common data") );
- 
-     widget = bet_config_general_get_period_widget ( paddingbox );
+     bet_config_general_get_period_widget ( paddingbox );
  
      /* add a separator */
 -    gtk_box_pack_start ( GTK_BOX ( vbox ), gtk_hseparator_new (), FALSE, FALSE, 5 );
 +    gtk_box_pack_start ( GTK_BOX ( vbox ), gtk_separator_new ( GTK_ORIENTATION_HORIZONTAL ), FALSE, FALSE, 5 );
  
      /* option pour les comptes de caisse */
      paddingbox = new_paddingbox_with_title ( vbox, FALSE, _("Option for cash accounts") );
@@@ -667,12 -659,11 +666,11 @@@ GtkWidget *bet_config_account_get_selec
  {
      GtkWidget *vbox;
      GtkWidget *paddingbox;
-     GtkWidget *hbox;
  
 -    vbox = gtk_vbox_new ( FALSE, 0 );
 +    vbox = gtk_box_new ( GTK_ORIENTATION_VERTICAL, 0 );
  
      paddingbox = new_paddingbox_with_title ( vbox, FALSE, _(title) );
-     hbox = bet_config_get_select_historical_data ( paddingbox, gsb_gui_get_account_page () );
 -    bet_config_get_select_historical_data ( paddingbox, account_page );
++    bet_config_get_select_historical_data ( paddingbox, gsb_gui_get_account_page () );
  
      return vbox;
  }

http://grisbi.git.sourceforge.net/git/gitweb.cgi?p=grisbi/code;a=commitdiff;h=

commit b834029c837ecdae0546a5d83d3b20d17a4e730b
Merge: 0359c24 6cce921
Author: Rémi Cardona <remi at gentoo.org>
Date:   Wed Apr 3 23:29:40 2013 +0200

    Merge remote-tracking branch 'origin/grisbi-1.0.x'

diff --cc src/bet_config.c
index 6c211b3,6172559..37cf73e
--- a/src/bet_config.c
+++ b/src/bet_config.c
@@@ -122,11 -122,10 +122,10 @@@ GtkWidget *bet_config_general_create_ge
  
      /* Calculation of period */
      paddingbox = new_paddingbox_with_title ( vbox, FALSE, _("Common data") );
- 
-     widget = bet_config_general_get_period_widget ( paddingbox );
+     bet_config_general_get_period_widget ( paddingbox );
  
      /* add a separator */
 -    gtk_box_pack_start ( GTK_BOX ( vbox ), gtk_hseparator_new (), FALSE, FALSE, 5 );
 +    gtk_box_pack_start ( GTK_BOX ( vbox ), gtk_separator_new ( GTK_ORIENTATION_HORIZONTAL ), FALSE, FALSE, 5 );
  
      /* option pour les comptes de caisse */
      paddingbox = new_paddingbox_with_title ( vbox, FALSE, _("Option for cash accounts") );
@@@ -667,12 -659,11 +666,11 @@@ GtkWidget *bet_config_account_get_selec
  {
      GtkWidget *vbox;
      GtkWidget *paddingbox;
-     GtkWidget *hbox;
  
 -    vbox = gtk_vbox_new ( FALSE, 0 );
 +    vbox = gtk_box_new ( GTK_ORIENTATION_VERTICAL, 0 );
  
      paddingbox = new_paddingbox_with_title ( vbox, FALSE, _(title) );
-     hbox = bet_config_get_select_historical_data ( paddingbox, gsb_gui_get_account_page () );
 -    bet_config_get_select_historical_data ( paddingbox, account_page );
++    bet_config_get_select_historical_data ( paddingbox, gsb_gui_get_account_page () );
  
      return vbox;
  }

http://grisbi.git.sourceforge.net/git/gitweb.cgi?p=grisbi/code;a=commitdiff;h=

commit b834029c837ecdae0546a5d83d3b20d17a4e730b
Merge: 0359c24 6cce921
Author: Rémi Cardona <remi at gentoo.org>
Date:   Wed Apr 3 23:29:40 2013 +0200

    Merge remote-tracking branch 'origin/grisbi-1.0.x'

diff --cc src/bet_config.c
index 6c211b3,6172559..37cf73e
--- a/src/bet_config.c
+++ b/src/bet_config.c
@@@ -122,11 -122,10 +122,10 @@@ GtkWidget *bet_config_general_create_ge
  
      /* Calculation of period */
      paddingbox = new_paddingbox_with_title ( vbox, FALSE, _("Common data") );
- 
-     widget = bet_config_general_get_period_widget ( paddingbox );
+     bet_config_general_get_period_widget ( paddingbox );
  
      /* add a separator */
 -    gtk_box_pack_start ( GTK_BOX ( vbox ), gtk_hseparator_new (), FALSE, FALSE, 5 );
 +    gtk_box_pack_start ( GTK_BOX ( vbox ), gtk_separator_new ( GTK_ORIENTATION_HORIZONTAL ), FALSE, FALSE, 5 );
  
      /* option pour les comptes de caisse */
      paddingbox = new_paddingbox_with_title ( vbox, FALSE, _("Option for cash accounts") );
@@@ -667,12 -659,11 +666,11 @@@ GtkWidget *bet_config_account_get_selec
  {
      GtkWidget *vbox;
      GtkWidget *paddingbox;
-     GtkWidget *hbox;
  
 -    vbox = gtk_vbox_new ( FALSE, 0 );
 +    vbox = gtk_box_new ( GTK_ORIENTATION_VERTICAL, 0 );
  
      paddingbox = new_paddingbox_with_title ( vbox, FALSE, _(title) );
-     hbox = bet_config_get_select_historical_data ( paddingbox, gsb_gui_get_account_page () );
 -    bet_config_get_select_historical_data ( paddingbox, account_page );
++    bet_config_get_select_historical_data ( paddingbox, gsb_gui_get_account_page () );
  
      return vbox;
  }

http://grisbi.git.sourceforge.net/git/gitweb.cgi?p=grisbi/code;a=commitdiff;h=

commit b834029c837ecdae0546a5d83d3b20d17a4e730b
Merge: 0359c24 6cce921
Author: Rémi Cardona <remi at gentoo.org>
Date:   Wed Apr 3 23:29:40 2013 +0200

    Merge remote-tracking branch 'origin/grisbi-1.0.x'

diff --cc src/bet_config.c
index 6c211b3,6172559..37cf73e
--- a/src/bet_config.c
+++ b/src/bet_config.c
@@@ -122,11 -122,10 +122,10 @@@ GtkWidget *bet_config_general_create_ge
  
      /* Calculation of period */
      paddingbox = new_paddingbox_with_title ( vbox, FALSE, _("Common data") );
- 
-     widget = bet_config_general_get_period_widget ( paddingbox );
+     bet_config_general_get_period_widget ( paddingbox );
  
      /* add a separator */
 -    gtk_box_pack_start ( GTK_BOX ( vbox ), gtk_hseparator_new (), FALSE, FALSE, 5 );
 +    gtk_box_pack_start ( GTK_BOX ( vbox ), gtk_separator_new ( GTK_ORIENTATION_HORIZONTAL ), FALSE, FALSE, 5 );
  
      /* option pour les comptes de caisse */
      paddingbox = new_paddingbox_with_title ( vbox, FALSE, _("Option for cash accounts") );
@@@ -667,12 -659,11 +666,11 @@@ GtkWidget *bet_config_account_get_selec
  {
      GtkWidget *vbox;
      GtkWidget *paddingbox;
-     GtkWidget *hbox;
  
 -    vbox = gtk_vbox_new ( FALSE, 0 );
 +    vbox = gtk_box_new ( GTK_ORIENTATION_VERTICAL, 0 );
  
      paddingbox = new_paddingbox_with_title ( vbox, FALSE, _(title) );
-     hbox = bet_config_get_select_historical_data ( paddingbox, gsb_gui_get_account_page () );
 -    bet_config_get_select_historical_data ( paddingbox, account_page );
++    bet_config_get_select_historical_data ( paddingbox, gsb_gui_get_account_page () );
  
      return vbox;
  }

http://grisbi.git.sourceforge.net/git/gitweb.cgi?p=grisbi/code;a=commitdiff;h=

commit b834029c837ecdae0546a5d83d3b20d17a4e730b
Merge: 0359c24 6cce921
Author: Rémi Cardona <remi at gentoo.org>
Date:   Wed Apr 3 23:29:40 2013 +0200

    Merge remote-tracking branch 'origin/grisbi-1.0.x'

diff --cc src/bet_config.c
index 6c211b3,6172559..37cf73e
--- a/src/bet_config.c
+++ b/src/bet_config.c
@@@ -122,11 -122,10 +122,10 @@@ GtkWidget *bet_config_general_create_ge
  
      /* Calculation of period */
      paddingbox = new_paddingbox_with_title ( vbox, FALSE, _("Common data") );
- 
-     widget = bet_config_general_get_period_widget ( paddingbox );
+     bet_config_general_get_period_widget ( paddingbox );
  
      /* add a separator */
 -    gtk_box_pack_start ( GTK_BOX ( vbox ), gtk_hseparator_new (), FALSE, FALSE, 5 );
 +    gtk_box_pack_start ( GTK_BOX ( vbox ), gtk_separator_new ( GTK_ORIENTATION_HORIZONTAL ), FALSE, FALSE, 5 );
  
      /* option pour les comptes de caisse */
      paddingbox = new_paddingbox_with_title ( vbox, FALSE, _("Option for cash accounts") );
@@@ -667,12 -659,11 +666,11 @@@ GtkWidget *bet_config_account_get_selec
  {
      GtkWidget *vbox;
      GtkWidget *paddingbox;
-     GtkWidget *hbox;
  
 -    vbox = gtk_vbox_new ( FALSE, 0 );
 +    vbox = gtk_box_new ( GTK_ORIENTATION_VERTICAL, 0 );
  
      paddingbox = new_paddingbox_with_title ( vbox, FALSE, _(title) );
-     hbox = bet_config_get_select_historical_data ( paddingbox, gsb_gui_get_account_page () );
 -    bet_config_get_select_historical_data ( paddingbox, account_page );
++    bet_config_get_select_historical_data ( paddingbox, gsb_gui_get_account_page () );
  
      return vbox;
... 25 lines suppressed ...


hooks/post-receive
-- 
Grisbi


More information about the cvs mailing list