[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_9_2-39-gd35a5f0

Pierre Biava nobody at users.sourceforge.net
Fri Aug 5 22:57:33 CEST 2011


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  d35a5f045020cbb171bab84efb99a432d363fa7f (commit)
      from  43cedff7556ca9e6c13a7cf79bc9314b36a31514 (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 -----------------------------------------------------------------
commit d35a5f045020cbb171bab84efb99a432d363fa7f
Author: pbiava <pierre.biava at nerim.net>
Date:   Fri Aug 5 22:56:47 2011 +0200

    fixes the bug 1373: the transaction is not transferred to the new account

-----------------------------------------------------------------------

Changes:
diff --git a/src/gsb_transactions_list.c b/src/gsb_transactions_list.c
index 137226a..810e7dc 100644
--- a/src/gsb_transactions_list.c
+++ b/src/gsb_transactions_list.c
@@ -2962,7 +2962,7 @@ gboolean move_selected_operation_to_account ( GtkMenuItem * menu_item,
  *
  * \param menu_item The GtkMenuItem that triggered this handler.
  */
-void move_selected_operation_to_account_nb ( gint *account )
+void move_selected_operation_to_account_nb ( GtkAction *action, gint *account )
 {
     gint target_account, source_account;
 
diff --git a/src/gsb_transactions_list.h b/src/gsb_transactions_list.h
index e65d5c5..72cafa0 100644
--- a/src/gsb_transactions_list.h
+++ b/src/gsb_transactions_list.h
@@ -88,7 +88,7 @@ gboolean gsb_transactions_list_update_transaction ( gint transaction_number );
 void gsb_transactions_list_update_tree_view ( gint account_number,
                         gboolean keep_selected_transaction );
 void mise_a_jour_affichage_r ( gboolean show_r );
-void move_selected_operation_to_account_nb ( gint *account );
+void move_selected_operation_to_account_nb ( GtkAction *action, gint *account );
 gboolean new_transaction ();
 void remove_transaction ();
 void schedule_selected_transaction ();


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list