[grisbi-cvs] [git push]Grisbi branch master updated. upstream_version_1_0_0-329-g834c30b

Pierre Biava noreply at sourceforge.net
Fri Sep 16 21:35:17 CEST 2016


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, master has been updated
       via  834c30b012b3b58a6b4b9953c6d9bada68476071 (commit)
       via  40142aec07f5678ba765b19329cdad56385913a8 (commit)
       via  2826b250338e9a80bd782863ef099c353528aaf8 (commit)
       via  48cbcf1188fc42f46db8bcf5908f0fc9795260b8 (commit)
       via  ae10546e3178b538c2e7f9d15db2374f1bb89bca (commit)
       via  c23587b13a12aebc668c9a07fc40d0dfbb59b0e0 (commit)
       via  101be85b20371f9052aeaac879e69e181a3c5a7f (commit)
       via  7cfc9e4c45aa02d4ce6764192631e0b6c63083a0 (commit)
       via  ff78f349d81e5d3be22dad8aea5cfc4696f7de76 (commit)
       via  b6766ff52a8fa750d88d4ee2978daf92965d803e (commit)
       via  c14b513c7d2c6aef01046ef7911c583cb753f1a5 (commit)
       via  d0ee6e5a3884203c0cb215167fa2d50572f1437b (commit)
       via  511c67000f4dad82ab1c18d22bc1ef146958fc6d (commit)
       via  1d0ecf41d0d05f7a9214586c65f2eaad4e3d9e71 (commit)
       via  32649e789643e25bc2906ded178d5a980fc2ecde (commit)
       via  0541594a9bf248015e5052455686c31bb7e5fa86 (commit)
       via  006d6afdd66b39884dadd3db32b502b9dd735c66 (commit)
       via  7f0e6a75c5c0e31a3b05dae8ab939bfe7defe23a (commit)
       via  1c56724951b2ebfd311bbda2b53199c71e68f3cd (commit)
       via  57047cf93d4d1965484ee3648a360eb06f4c0fd8 (commit)
       via  d93874c97e2a1dee6bfb3d45ebf1c4b8846b0ba3 (commit)
       via  57bdebec97b929a4632a41f8fefee40aec180b28 (commit)
       via  4425bc76663da5a984b951f8cefe55c1edeb5f1b (commit)
       via  01210377308da1b3a55f1ce7ee972a01ce42ad6c (commit)
       via  c6683877aad158686b54163cbc31bb7a38c49c0e (commit)
       via  bbe1a40bb645e38b50fb273e1a5854148516f8bf (commit)
      from  5e74a828795b83d5ccec3ef4349c9f48a842cc63 (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 834c30b012b3b58a6b4b9953c6d9bada68476071
Author: pbiava <pierre.biava at orange.fr>
Date:   Fri Sep 16 21:32:16 2016 +0200

    remove gtk_container_set_resize_mode () function

diff --git a/src/bet_future.c b/src/bet_future.c
index 47033f7..3ca44ad 100644
--- a/src/bet_future.c
+++ b/src/bet_future.c
@@ -2270,7 +2270,6 @@ static GtkWidget *bet_transfert_create_dialog ( gint account_number )
     g_object_set_data ( G_OBJECT ( dialog ), "tree_view", tree_view );
 
     gtk_container_add (GTK_CONTAINER ( sw ), tree_view );
-    gtk_container_set_resize_mode (GTK_CONTAINER ( sw ), GTK_RESIZE_PARENT );
 
     /* Account with deferred debit card */
     paddingbox = new_paddingbox_with_title ( main_vbox, FALSE, _("Deferred debit card") );
diff --git a/src/gsb_currency_config.c b/src/gsb_currency_config.c
index a707264..032864f 100644
--- a/src/gsb_currency_config.c
+++ b/src/gsb_currency_config.c
@@ -1160,7 +1160,6 @@ GtkWidget *gsb_currency_config_create_box_popup ( GCallback select_callback )
 			   model );
 
     gtk_container_add (GTK_CONTAINER (sw), treeview);
-    gtk_container_set_resize_mode (GTK_CONTAINER (sw), GTK_RESIZE_PARENT);
 
     vbox = gtk_box_new ( GTK_ORIENTATION_VERTICAL, 6 );
     gtk_box_pack_start ( GTK_BOX(vbox), sw,
diff --git a/src/gsb_data_partial_balance.c b/src/gsb_data_partial_balance.c
index 1d0b6d1..2f17126 100644
--- a/src/gsb_data_partial_balance.c
+++ b/src/gsb_data_partial_balance.c
@@ -1648,7 +1648,6 @@ GtkWidget *gsb_partial_balance_create_list_accounts ( GtkWidget *entry )
                         (GtkTreeSelectionFunc) gsb_partial_balance_select_account,
                         entry, NULL );
     gtk_container_add ( GTK_CONTAINER ( sw ), treeview );
-    gtk_container_set_resize_mode ( GTK_CONTAINER ( sw ), GTK_RESIZE_PARENT );
     gtk_box_pack_start ( GTK_BOX ( vbox ), sw, FALSE, FALSE, 0 );
     g_object_set_data ( G_OBJECT (vbox), "account_treeview", treeview );
 
diff --git a/src/import.c b/src/import.c
index a19a1a9..76c6189 100644
--- a/src/import.c
+++ b/src/import.c
@@ -3856,7 +3856,6 @@ GtkWidget * gsb_import_associations_gere_tiers ( void )
                         (GtkTreeSelectionFunc) gsb_import_associations_select_func,
                         vbox_main, NULL );
     gtk_container_add (GTK_CONTAINER (sw), treeview);
-    gtk_container_set_resize_mode (GTK_CONTAINER (sw), GTK_RESIZE_PARENT);
     g_object_set_data ( G_OBJECT (vbox_main), "treeview", treeview );
 
     /* payee name */
diff --git a/src/parametres.c b/src/parametres.c
index 59990f3..2517aab 100644
--- a/src/parametres.c
+++ b/src/parametres.c
@@ -325,7 +325,6 @@ static GtkWidget *onglet_accueil ( void )
                         (GtkTreeSelectionFunc) gsb_partial_balance_select_func,
                         vbox_pref, NULL );
     gtk_container_add (GTK_CONTAINER (sw), treeview);
-    gtk_container_set_resize_mode (GTK_CONTAINER (sw), GTK_RESIZE_PARENT);
     g_object_set_data ( G_OBJECT (vbox_pref), "treeview", treeview );
 
     /* Nom du solde partiel */
diff --git a/src/tiers_onglet.c b/src/tiers_onglet.c
index 9465e97..ab06dff 100644
--- a/src/tiers_onglet.c
+++ b/src/tiers_onglet.c
@@ -1203,7 +1203,6 @@ static GtkWidget *gsb_assistant_payees_page_3 ( GtkWidget *assistant )
     //~ gtk_tree_view_set_rules_hint (GTK_TREE_VIEW (treeview), TRUE);
     gtk_widget_set_size_request ( treeview, -1, 230 );
     gtk_container_add (GTK_CONTAINER (sw), treeview);
-    gtk_container_set_resize_mode (GTK_CONTAINER (sw), GTK_RESIZE_PARENT);
     gtk_box_pack_start ( GTK_BOX (paddingbox), sw, FALSE, FALSE, 0 );
     g_object_set_data ( G_OBJECT (assistant), "treeview", treeview );
 

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

commit 834c30b012b3b58a6b4b9953c6d9bada68476071
Author: pbiava <pierre.biava at orange.fr>
Date:   Fri Sep 16 21:32:16 2016 +0200

    remove gtk_container_set_resize_mode () function

diff --git a/src/bet_future.c b/src/bet_future.c
index 47033f7..3ca44ad 100644
--- a/src/bet_future.c
+++ b/src/bet_future.c
@@ -2270,7 +2270,6 @@ static GtkWidget *bet_transfert_create_dialog ( gint account_number )
     g_object_set_data ( G_OBJECT ( dialog ), "tree_view", tree_view );
 
     gtk_container_add (GTK_CONTAINER ( sw ), tree_view );
-    gtk_container_set_resize_mode (GTK_CONTAINER ( sw ), GTK_RESIZE_PARENT );
 
     /* Account with deferred debit card */
     paddingbox = new_paddingbox_with_title ( main_vbox, FALSE, _("Deferred debit card") );
diff --git a/src/gsb_currency_config.c b/src/gsb_currency_config.c
index a707264..032864f 100644
--- a/src/gsb_currency_config.c
+++ b/src/gsb_currency_config.c
@@ -1160,7 +1160,6 @@ GtkWidget *gsb_currency_config_create_box_popup ( GCallback select_callback )
 			   model );
 
     gtk_container_add (GTK_CONTAINER (sw), treeview);
-    gtk_container_set_resize_mode (GTK_CONTAINER (sw), GTK_RESIZE_PARENT);
 
     vbox = gtk_box_new ( GTK_ORIENTATION_VERTICAL, 6 );
     gtk_box_pack_start ( GTK_BOX(vbox), sw,
diff --git a/src/gsb_data_partial_balance.c b/src/gsb_data_partial_balance.c
index 1d0b6d1..2f17126 100644
--- a/src/gsb_data_partial_balance.c
+++ b/src/gsb_data_partial_balance.c
@@ -1648,7 +1648,6 @@ GtkWidget *gsb_partial_balance_create_list_accounts ( GtkWidget *entry )
                         (GtkTreeSelectionFunc) gsb_partial_balance_select_account,
                         entry, NULL );
     gtk_container_add ( GTK_CONTAINER ( sw ), treeview );
-    gtk_container_set_resize_mode ( GTK_CONTAINER ( sw ), GTK_RESIZE_PARENT );
     gtk_box_pack_start ( GTK_BOX ( vbox ), sw, FALSE, FALSE, 0 );
     g_object_set_data ( G_OBJECT (vbox), "account_treeview", treeview );
 
diff --git a/src/import.c b/src/import.c
index a19a1a9..76c6189 100644
--- a/src/import.c
+++ b/src/import.c
@@ -3856,7 +3856,6 @@ GtkWidget * gsb_import_associations_gere_tiers ( void )
                         (GtkTreeSelectionFunc) gsb_import_associations_select_func,
                         vbox_main, NULL );
     gtk_container_add (GTK_CONTAINER (sw), treeview);
-    gtk_container_set_resize_mode (GTK_CONTAINER (sw), GTK_RESIZE_PARENT);
     g_object_set_data ( G_OBJECT (vbox_main), "treeview", treeview );
 
     /* payee name */
diff --git a/src/parametres.c b/src/parametres.c
index 59990f3..2517aab 100644
--- a/src/parametres.c
+++ b/src/parametres.c
@@ -325,7 +325,6 @@ static GtkWidget *onglet_accueil ( void )
                         (GtkTreeSelectionFunc) gsb_partial_balance_select_func,
                         vbox_pref, NULL );
     gtk_container_add (GTK_CONTAINER (sw), treeview);
-    gtk_container_set_resize_mode (GTK_CONTAINER (sw), GTK_RESIZE_PARENT);
     g_object_set_data ( G_OBJECT (vbox_pref), "treeview", treeview );
 
     /* Nom du solde partiel */
diff --git a/src/tiers_onglet.c b/src/tiers_onglet.c
index 9465e97..ab06dff 100644
--- a/src/tiers_onglet.c
+++ b/src/tiers_onglet.c
@@ -1203,7 +1203,6 @@ static GtkWidget *gsb_assistant_payees_page_3 ( GtkWidget *assistant )
     //~ gtk_tree_view_set_rules_hint (GTK_TREE_VIEW (treeview), TRUE);
     gtk_widget_set_size_request ( treeview, -1, 230 );
     gtk_container_add (GTK_CONTAINER (sw), treeview);
-    gtk_container_set_resize_mode (GTK_CONTAINER (sw), GTK_RESIZE_PARENT);
     gtk_box_pack_start ( GTK_BOX (paddingbox), sw, FALSE, FALSE, 0 );
     g_object_set_data ( G_OBJECT (assistant), "treeview", treeview );
 

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

commit 834c30b012b3b58a6b4b9953c6d9bada68476071
Author: pbiava <pierre.biava at orange.fr>
Date:   Fri Sep 16 21:32:16 2016 +0200

    remove gtk_container_set_resize_mode () function

diff --git a/src/bet_future.c b/src/bet_future.c
index 47033f7..3ca44ad 100644
--- a/src/bet_future.c
+++ b/src/bet_future.c
@@ -2270,7 +2270,6 @@ static GtkWidget *bet_transfert_create_dialog ( gint account_number )
     g_object_set_data ( G_OBJECT ( dialog ), "tree_view", tree_view );
 
     gtk_container_add (GTK_CONTAINER ( sw ), tree_view );
-    gtk_container_set_resize_mode (GTK_CONTAINER ( sw ), GTK_RESIZE_PARENT );
 
     /* Account with deferred debit card */
     paddingbox = new_paddingbox_with_title ( main_vbox, FALSE, _("Deferred debit card") );
diff --git a/src/gsb_currency_config.c b/src/gsb_currency_config.c
index a707264..032864f 100644
--- a/src/gsb_currency_config.c
+++ b/src/gsb_currency_config.c
@@ -1160,7 +1160,6 @@ GtkWidget *gsb_currency_config_create_box_popup ( GCallback select_callback )
 			   model );
 
     gtk_container_add (GTK_CONTAINER (sw), treeview);
-    gtk_container_set_resize_mode (GTK_CONTAINER (sw), GTK_RESIZE_PARENT);
 
     vbox = gtk_box_new ( GTK_ORIENTATION_VERTICAL, 6 );
     gtk_box_pack_start ( GTK_BOX(vbox), sw,
diff --git a/src/gsb_data_partial_balance.c b/src/gsb_data_partial_balance.c
index 1d0b6d1..2f17126 100644
--- a/src/gsb_data_partial_balance.c
+++ b/src/gsb_data_partial_balance.c
@@ -1648,7 +1648,6 @@ GtkWidget *gsb_partial_balance_create_list_accounts ( GtkWidget *entry )
                         (GtkTreeSelectionFunc) gsb_partial_balance_select_account,
                         entry, NULL );
     gtk_container_add ( GTK_CONTAINER ( sw ), treeview );
-    gtk_container_set_resize_mode ( GTK_CONTAINER ( sw ), GTK_RESIZE_PARENT );
     gtk_box_pack_start ( GTK_BOX ( vbox ), sw, FALSE, FALSE, 0 );
     g_object_set_data ( G_OBJECT (vbox), "account_treeview", treeview );
 
diff --git a/src/import.c b/src/import.c
index a19a1a9..76c6189 100644
--- a/src/import.c
+++ b/src/import.c
@@ -3856,7 +3856,6 @@ GtkWidget * gsb_import_associations_gere_tiers ( void )
                         (GtkTreeSelectionFunc) gsb_import_associations_select_func,
                         vbox_main, NULL );
     gtk_container_add (GTK_CONTAINER (sw), treeview);
-    gtk_container_set_resize_mode (GTK_CONTAINER (sw), GTK_RESIZE_PARENT);
     g_object_set_data ( G_OBJECT (vbox_main), "treeview", treeview );
 
     /* payee name */
diff --git a/src/parametres.c b/src/parametres.c
index 59990f3..2517aab 100644
--- a/src/parametres.c
+++ b/src/parametres.c
@@ -325,7 +325,6 @@ static GtkWidget *onglet_accueil ( void )
                         (GtkTreeSelectionFunc) gsb_partial_balance_select_func,
                         vbox_pref, NULL );
     gtk_container_add (GTK_CONTAINER (sw), treeview);
-    gtk_container_set_resize_mode (GTK_CONTAINER (sw), GTK_RESIZE_PARENT);
     g_object_set_data ( G_OBJECT (vbox_pref), "treeview", treeview );
 
     /* Nom du solde partiel */
diff --git a/src/tiers_onglet.c b/src/tiers_onglet.c
index 9465e97..ab06dff 100644
--- a/src/tiers_onglet.c
+++ b/src/tiers_onglet.c
@@ -1203,7 +1203,6 @@ static GtkWidget *gsb_assistant_payees_page_3 ( GtkWidget *assistant )
     //~ gtk_tree_view_set_rules_hint (GTK_TREE_VIEW (treeview), TRUE);
     gtk_widget_set_size_request ( treeview, -1, 230 );
     gtk_container_add (GTK_CONTAINER (sw), treeview);
-    gtk_container_set_resize_mode (GTK_CONTAINER (sw), GTK_RESIZE_PARENT);
     gtk_box_pack_start ( GTK_BOX (paddingbox), sw, FALSE, FALSE, 0 );
     g_object_set_data ( G_OBJECT (assistant), "treeview", treeview );
 

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

commit 834c30b012b3b58a6b4b9953c6d9bada68476071
Author: pbiava <pierre.biava at orange.fr>
Date:   Fri Sep 16 21:32:16 2016 +0200

    remove gtk_container_set_resize_mode () function

diff --git a/src/bet_future.c b/src/bet_future.c
index 47033f7..3ca44ad 100644
--- a/src/bet_future.c
+++ b/src/bet_future.c
@@ -2270,7 +2270,6 @@ static GtkWidget *bet_transfert_create_dialog ( gint account_number )
     g_object_set_data ( G_OBJECT ( dialog ), "tree_view", tree_view );
 
     gtk_container_add (GTK_CONTAINER ( sw ), tree_view );
-    gtk_container_set_resize_mode (GTK_CONTAINER ( sw ), GTK_RESIZE_PARENT );
 
     /* Account with deferred debit card */
     paddingbox = new_paddingbox_with_title ( main_vbox, FALSE, _("Deferred debit card") );
diff --git a/src/gsb_currency_config.c b/src/gsb_currency_config.c
index a707264..032864f 100644
--- a/src/gsb_currency_config.c
+++ b/src/gsb_currency_config.c
@@ -1160,7 +1160,6 @@ GtkWidget *gsb_currency_config_create_box_popup ( GCallback select_callback )
 			   model );
 
     gtk_container_add (GTK_CONTAINER (sw), treeview);
-    gtk_container_set_resize_mode (GTK_CONTAINER (sw), GTK_RESIZE_PARENT);
 
     vbox = gtk_box_new ( GTK_ORIENTATION_VERTICAL, 6 );
     gtk_box_pack_start ( GTK_BOX(vbox), sw,
diff --git a/src/gsb_data_partial_balance.c b/src/gsb_data_partial_balance.c
index 1d0b6d1..2f17126 100644
--- a/src/gsb_data_partial_balance.c
+++ b/src/gsb_data_partial_balance.c
@@ -1648,7 +1648,6 @@ GtkWidget *gsb_partial_balance_create_list_accounts ( GtkWidget *entry )
                         (GtkTreeSelectionFunc) gsb_partial_balance_select_account,
                         entry, NULL );
     gtk_container_add ( GTK_CONTAINER ( sw ), treeview );
-    gtk_container_set_resize_mode ( GTK_CONTAINER ( sw ), GTK_RESIZE_PARENT );
     gtk_box_pack_start ( GTK_BOX ( vbox ), sw, FALSE, FALSE, 0 );
     g_object_set_data ( G_OBJECT (vbox), "account_treeview", treeview );
 
diff --git a/src/import.c b/src/import.c
index a19a1a9..76c6189 100644
--- a/src/import.c
+++ b/src/import.c
@@ -3856,7 +3856,6 @@ GtkWidget * gsb_import_associations_gere_tiers ( void )
                         (GtkTreeSelectionFunc) gsb_import_associations_select_func,
                         vbox_main, NULL );
     gtk_container_add (GTK_CONTAINER (sw), treeview);
-    gtk_container_set_resize_mode (GTK_CONTAINER (sw), GTK_RESIZE_PARENT);
     g_object_set_data ( G_OBJECT (vbox_main), "treeview", treeview );
 
     /* payee name */
diff --git a/src/parametres.c b/src/parametres.c
index 59990f3..2517aab 100644
--- a/src/parametres.c
+++ b/src/parametres.c
@@ -325,7 +325,6 @@ static GtkWidget *onglet_accueil ( void )
                         (GtkTreeSelectionFunc) gsb_partial_balance_select_func,
                         vbox_pref, NULL );
     gtk_container_add (GTK_CONTAINER (sw), treeview);
-    gtk_container_set_resize_mode (GTK_CONTAINER (sw), GTK_RESIZE_PARENT);
     g_object_set_data ( G_OBJECT (vbox_pref), "treeview", treeview );
 
     /* Nom du solde partiel */
diff --git a/src/tiers_onglet.c b/src/tiers_onglet.c
index 9465e97..ab06dff 100644
--- a/src/tiers_onglet.c
+++ b/src/tiers_onglet.c
@@ -1203,7 +1203,6 @@ static GtkWidget *gsb_assistant_payees_page_3 ( GtkWidget *assistant )
     //~ gtk_tree_view_set_rules_hint (GTK_TREE_VIEW (treeview), TRUE);
     gtk_widget_set_size_request ( treeview, -1, 230 );
     gtk_container_add (GTK_CONTAINER (sw), treeview);
-    gtk_container_set_resize_mode (GTK_CONTAINER (sw), GTK_RESIZE_PARENT);
     gtk_box_pack_start ( GTK_BOX (paddingbox), sw, FALSE, FALSE, 0 );
     g_object_set_data ( G_OBJECT (assistant), "treeview", treeview );
 

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

commit 834c30b012b3b58a6b4b9953c6d9bada68476071
Author: pbiava <pierre.biava at orange.fr>
Date:   Fri Sep 16 21:32:16 2016 +0200

    remove gtk_container_set_resize_mode () function

diff --git a/src/bet_future.c b/src/bet_future.c
index 47033f7..3ca44ad 100644
--- a/src/bet_future.c
+++ b/src/bet_future.c
@@ -2270,7 +2270,6 @@ static GtkWidget *bet_transfert_create_dialog ( gint account_number )
     g_object_set_data ( G_OBJECT ( dialog ), "tree_view", tree_view );
 
     gtk_container_add (GTK_CONTAINER ( sw ), tree_view );
-    gtk_container_set_resize_mode (GTK_CONTAINER ( sw ), GTK_RESIZE_PARENT );
 
     /* Account with deferred debit card */
     paddingbox = new_paddingbox_with_title ( main_vbox, FALSE, _("Deferred debit card") );
diff --git a/src/gsb_currency_config.c b/src/gsb_currency_config.c
index a707264..032864f 100644
--- a/src/gsb_currency_config.c
+++ b/src/gsb_currency_config.c
@@ -1160,7 +1160,6 @@ GtkWidget *gsb_currency_config_create_box_popup ( GCallback select_callback )
 			   model );
 
     gtk_container_add (GTK_CONTAINER (sw), treeview);
-    gtk_container_set_resize_mode (GTK_CONTAINER (sw), GTK_RESIZE_PARENT);
 
     vbox = gtk_box_new ( GTK_ORIENTATION_VERTICAL, 6 );
     gtk_box_pack_start ( GTK_BOX(vbox), sw,
diff --git a/src/gsb_data_partial_balance.c b/src/gsb_data_partial_balance.c
index 1d0b6d1..2f17126 100644
--- a/src/gsb_data_partial_balance.c
+++ b/src/gsb_data_partial_balance.c
@@ -1648,7 +1648,6 @@ GtkWidget *gsb_partial_balance_create_list_accounts ( GtkWidget *entry )
                         (GtkTreeSelectionFunc) gsb_partial_balance_select_account,
                         entry, NULL );
     gtk_container_add ( GTK_CONTAINER ( sw ), treeview );
-    gtk_container_set_resize_mode ( GTK_CONTAINER ( sw ), GTK_RESIZE_PARENT );
     gtk_box_pack_start ( GTK_BOX ( vbox ), sw, FALSE, FALSE, 0 );
     g_object_set_data ( G_OBJECT (vbox), "account_treeview", treeview );
 
diff --git a/src/import.c b/src/import.c
index a19a1a9..76c6189 100644
--- a/src/import.c
+++ b/src/import.c
@@ -3856,7 +3856,6 @@ GtkWidget * gsb_import_associations_gere_tiers ( void )
                         (GtkTreeSelectionFunc) gsb_import_associations_select_func,
                         vbox_main, NULL );
     gtk_container_add (GTK_CONTAINER (sw), treeview);
-    gtk_container_set_resize_mode (GTK_CONTAINER (sw), GTK_RESIZE_PARENT);
     g_object_set_data ( G_OBJECT (vbox_main), "treeview", treeview );
 
     /* payee name */
diff --git a/src/parametres.c b/src/parametres.c
index 59990f3..2517aab 100644
--- a/src/parametres.c
+++ b/src/parametres.c
@@ -325,7 +325,6 @@ static GtkWidget *onglet_accueil ( void )
                         (GtkTreeSelectionFunc) gsb_partial_balance_select_func,
                         vbox_pref, NULL );
     gtk_container_add (GTK_CONTAINER (sw), treeview);
-    gtk_container_set_resize_mode (GTK_CONTAINER (sw), GTK_RESIZE_PARENT);
     g_object_set_data ( G_OBJECT (vbox_pref), "treeview", treeview );
 
     /* Nom du solde partiel */
diff --git a/src/tiers_onglet.c b/src/tiers_onglet.c
index 9465e97..ab06dff 100644
--- a/src/tiers_onglet.c
+++ b/src/tiers_onglet.c
@@ -1203,7 +1203,6 @@ static GtkWidget *gsb_assistant_payees_page_3 ( GtkWidget *assistant )
     //~ gtk_tree_view_set_rules_hint (GTK_TREE_VIEW (treeview), TRUE);
     gtk_widget_set_size_request ( treeview, -1, 230 );
     gtk_container_add (GTK_CONTAINER (sw), treeview);
-    gtk_container_set_resize_mode (GTK_CONTAINER (sw), GTK_RESIZE_PARENT);
     gtk_box_pack_start ( GTK_BOX (paddingbox), sw, FALSE, FALSE, 0 );
     g_object_set_data ( G_OBJECT (assistant), "treeview", treeview );
 

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

commit 834c30b012b3b58a6b4b9953c6d9bada68476071
Author: pbiava <pierre.biava at orange.fr>
Date:   Fri Sep 16 21:32:16 2016 +0200

    remove gtk_container_set_resize_mode () function

diff --git a/src/bet_future.c b/src/bet_future.c
index 47033f7..3ca44ad 100644
--- a/src/bet_future.c
+++ b/src/bet_future.c
@@ -2270,7 +2270,6 @@ static GtkWidget *bet_transfert_create_dialog ( gint account_number )
     g_object_set_data ( G_OBJECT ( dialog ), "tree_view", tree_view );
 
     gtk_container_add (GTK_CONTAINER ( sw ), tree_view );
-    gtk_container_set_resize_mode (GTK_CONTAINER ( sw ), GTK_RESIZE_PARENT );
 
     /* Account with deferred debit card */
     paddingbox = new_paddingbox_with_title ( main_vbox, FALSE, _("Deferred debit card") );
diff --git a/src/gsb_currency_config.c b/src/gsb_currency_config.c
index a707264..032864f 100644
--- a/src/gsb_currency_config.c
+++ b/src/gsb_currency_config.c
@@ -1160,7 +1160,6 @@ GtkWidget *gsb_currency_config_create_box_popup ( GCallback select_callback )
 			   model );
 
     gtk_container_add (GTK_CONTAINER (sw), treeview);
-    gtk_container_set_resize_mode (GTK_CONTAINER (sw), GTK_RESIZE_PARENT);
 
     vbox = gtk_box_new ( GTK_ORIENTATION_VERTICAL, 6 );
     gtk_box_pack_start ( GTK_BOX(vbox), sw,
diff --git a/src/gsb_data_partial_balance.c b/src/gsb_data_partial_balance.c
index 1d0b6d1..2f17126 100644
--- a/src/gsb_data_partial_balance.c
+++ b/src/gsb_data_partial_balance.c
@@ -1648,7 +1648,6 @@ GtkWidget *gsb_partial_balance_create_list_accounts ( GtkWidget *entry )
                         (GtkTreeSelectionFunc) gsb_partial_balance_select_account,
                         entry, NULL );
     gtk_container_add ( GTK_CONTAINER ( sw ), treeview );
-    gtk_container_set_resize_mode ( GTK_CONTAINER ( sw ), GTK_RESIZE_PARENT );
     gtk_box_pack_start ( GTK_BOX ( vbox ), sw, FALSE, FALSE, 0 );
     g_object_set_data ( G_OBJECT (vbox), "account_treeview", treeview );
 
diff --git a/src/import.c b/src/import.c
index a19a1a9..76c6189 100644
--- a/src/import.c
+++ b/src/import.c
@@ -3856,7 +3856,6 @@ GtkWidget * gsb_import_associations_gere_tiers ( void )
                         (GtkTreeSelectionFunc) gsb_import_associations_select_func,
                         vbox_main, NULL );
     gtk_container_add (GTK_CONTAINER (sw), treeview);
-    gtk_container_set_resize_mode (GTK_CONTAINER (sw), GTK_RESIZE_PARENT);
     g_object_set_data ( G_OBJECT (vbox_main), "treeview", treeview );
 
     /* payee name */
diff --git a/src/parametres.c b/src/parametres.c
index 59990f3..2517aab 100644
--- a/src/parametres.c
+++ b/src/parametres.c
@@ -325,7 +325,6 @@ static GtkWidget *onglet_accueil ( void )
                         (GtkTreeSelectionFunc) gsb_partial_balance_select_func,
... 1712 lines suppressed ...


hooks/post-receive
-- 
Grisbi


More information about the cvs mailing list