summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/grisbi/files/0.8.2-0003-fixes-bug-1293-Problem-of-updating-of-the-pointing-b.patch')
-rw-r--r--app-office/grisbi/files/0.8.2-0003-fixes-bug-1293-Problem-of-updating-of-the-pointing-b.patch38
1 files changed, 0 insertions, 38 deletions
diff --git a/app-office/grisbi/files/0.8.2-0003-fixes-bug-1293-Problem-of-updating-of-the-pointing-b.patch b/app-office/grisbi/files/0.8.2-0003-fixes-bug-1293-Problem-of-updating-of-the-pointing-b.patch
deleted file mode 100644
index f80e5596363b..000000000000
--- a/app-office/grisbi/files/0.8.2-0003-fixes-bug-1293-Problem-of-updating-of-the-pointing-b.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 63b110a42e88e2b06c0ff432df0282db395cef17 Mon Sep 17 00:00:00 2001
-From: pbiava <pierre.biava@nerim.net>
-Date: Fri, 25 Feb 2011 20:56:03 +0100
-Subject: [PATCH 3/5] fixes bug 1293 : Problem of updating of the pointing balance
-
----
- src/gsb_form.c | 8 +++++++-
- 1 files changed, 7 insertions(+), 1 deletions(-)
-
-diff --git a/src/gsb_form.c b/src/gsb_form.c
-index fc81b59..e66c7c2 100644
---- a/src/gsb_form.c
-+++ b/src/gsb_form.c
-@@ -105,6 +105,7 @@ static gboolean gsb_form_validate_form_transaction ( gint transaction_number,
-
- /*START_EXTERN*/
- extern GdkColor calendar_entry_color;
-+extern gint mise_a_jour_liste_comptes_accueil;
- extern GtkWidget *navigation_tree_view;
- extern gsb_real null_real;
- extern GtkWidget *window;
-@@ -2660,7 +2661,12 @@ gboolean gsb_form_finish_edition ( void )
- if ( is_transaction )
- {
- affiche_dialogue_soldes_minimaux ();
-- update_transaction_in_trees (transaction_number);
-+ update_transaction_in_trees ( transaction_number );
-+ if ( gsb_data_transaction_get_marked_transaction ( transaction_number ) == OPERATION_POINTEE )
-+ {
-+ gsb_navigation_update_statement_label ( account_number );
-+ mise_a_jour_liste_comptes_accueil = 1;
-+ }
- }
-
- /* as we modify or create a transaction, we invalidate the current report */
---
-1.7.4
-