[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_9_1-4-g96c70b1

Pierre Biava nobody at users.sourceforge.net
Mon Apr 25 19:36:26 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  96c70b1cf47cafc224ed02140a634b909af0d57f (commit)
       via  709221dd6e8c96187d35c9ab136ed0e92a12f4eb (commit)
      from  53a711fc2882cad75febe7e53868d57902432557 (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 96c70b1cf47cafc224ed02140a634b909af0d57f
Author: pbiava <pierre.biava at nerim.net>
Date:   Mon Apr 25 19:35:44 2011 +0200

    fixes warnings of compilation

commit 709221dd6e8c96187d35c9ab136ed0e92a12f4eb
Author: pbiava <pierre.biava at nerim.net>
Date:   Mon Apr 25 19:19:39 2011 +0200

    minor changes

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

Changes:
diff --git a/src/navigation.c b/src/navigation.c
index fef7139..f566a5b 100644
--- a/src/navigation.c
+++ b/src/navigation.c
@@ -247,12 +247,12 @@ GtkWidget *gsb_gui_navigation_create_navigation_pane ( void )
     /* check the keyboard before all, if we need to move other things that the navigation
      * tree view (for example, up and down on transactions list) */
     g_signal_connect ( navigation_tree_view,
-                        "key-press-event", 
+                        "key-press-event",
                         G_CALLBACK ( gsb_gui_navigation_check_key_press ),
                         navigation_model  );
 
-    g_signal_connect_after ( gtk_tree_view_get_selection ( GTK_TREE_VIEW ( navigation_tree_view ) ), 
-                        "changed", 
+    g_signal_connect_after ( gtk_tree_view_get_selection ( GTK_TREE_VIEW ( navigation_tree_view ) ),
+                        "changed",
                         G_CALLBACK ( gsb_gui_navigation_select_line ),
                         navigation_model );
 
diff --git a/src/utils_operations.c b/src/utils_operations.c
index a00a2be..9d75a08 100644
--- a/src/utils_operations.c
+++ b/src/utils_operations.c
@@ -37,6 +37,8 @@
 #include "gsb_data_payee.h"
 #include "imputation_budgetaire.h"
 #include "meta_budgetary.h"
+#include "meta_categories.h"
+#include "meta_payee.h"
 #include "metatree.h"
 #include "tiers_onglet.h"
 #include "erreur.h"


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list