[grisbi-cvs] [SCM] grisbi branch, master, updated. 2ac26ab7f70eed840f43942050b4818295bb02cf

Pierre Biava nobody at users.sourceforge.net
Sat Jul 31 23:59:49 CEST 2010


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  2ac26ab7f70eed840f43942050b4818295bb02cf (commit)
      from  96beb52e67166ee37b205ebec29acb377662c048 (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 2ac26ab7f70eed840f43942050b4818295bb02cf
Author: pbiava <pierre.biava at nerim.net>
Date:   Sat Jul 31 23:59:21 2010 +0200

    deleting gcc compilation warning

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

Changes:
diff --git a/src/gsb_select_icon.c b/src/gsb_select_icon.c
index 53e1e26..207038f 100644
--- a/src/gsb_select_icon.c
+++ b/src/gsb_select_icon.c
@@ -963,8 +963,6 @@ GdkPixbuf *gsb_select_icon_change_account_pixbuf ( gint account_number,
 gboolean gsb_select_icon_remove_account_pixbuf ( gint account_number )
 {
     GSList *list_tmp;
-    GdkPixbuf *pixbuf;
-    GError *error = NULL;
 
     list_tmp = list_accounts_icon;
 
diff --git a/src/gtk_combofix.c b/src/gtk_combofix.c
index 33536aa..ad67ca6 100644
--- a/src/gtk_combofix.c
+++ b/src/gtk_combofix.c
@@ -2135,13 +2135,9 @@ gboolean gtk_combofix_search_for_text (GtkTreeModel *model,
 gchar *gtk_combofix_get_first_string_from_sort_model ( GtkTreeModel *sort_model,
                         const gchar *string )
 {
-    gchar *complete_string = NULL;
-    GtkTreePath *path;
     GtkTreeIter iter;
     GtkTreeIter child_iter;
-    gint path_ok;
     gint length;
-    gboolean text_written = FALSE;
     gboolean separator = FALSE;
     gchar *model_string;
     gint model_string_length;
diff --git a/src/import.c b/src/import.c
index 29dda01..62fd799 100644
--- a/src/import.c
+++ b/src/import.c
@@ -2367,7 +2367,7 @@ gint gsb_import_create_transaction ( struct struct_ope_importation *imported_tra
     gint last_transaction_number;
     gint div_number;
     gint payment_number = 0;
-    gchar* tmpstr;
+    gchar* tmpstr = NULL;
 
     if ( etat.get_fusion_import_transactions
      &&


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list