[grisbi-cvs] grisbi/src gsb_file_config.c, 1.84, 1.85 gsb_file_config.h, 1.12, 1.13 gsb_transactions_list.c, 1.181, 1.182 import.c, 1.289, 1.290
Pierre Biava
pbiava at users.sourceforge.net
Sun Sep 6 22:13:54 CEST 2009
- Previous message: [grisbi-cvs] grisbi/po cs.po, 1.53, 1.54 da.po, 1.60, 1.61 de.po, 1.119, 1.120 el.po, 1.24, 1.25 eo.po, 1.17, 1.18 es.po, 1.109, 1.110 fa.po, 1.47, 1.48 fr.po, 1.181, 1.182 grisbi.pot, 1.95, 1.96 he.po, 1.53, 1.54 it.po, 1.53, 1.54 nl.po, 1.52, 1.53 pl.po, 1.58, 1.59 pt_BR.po, 1.55, 1.56 ro.po, 1.53, 1.54 ru.po, 1.52, 1.53 zh_CN.po, 1.47, 1.48
- Next message: [grisbi-cvs] grisbi/src gsb_file_save.c,1.139,1.140
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/grisbi/grisbi/src
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1616/src
Modified Files:
gsb_file_config.c gsb_file_config.h gsb_transactions_list.c
import.c
Log Message:
minor corrections
Index: gsb_transactions_list.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_transactions_list.c,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -d -r1.181 -r1.182
--- gsb_transactions_list.c 29 Aug 2009 08:36:41 -0000 1.181
+++ gsb_transactions_list.c 6 Sep 2009 20:13:52 -0000 1.182
@@ -378,7 +378,6 @@
}
-
/**
* update the titles of the tree view
*
Index: import.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/import.c,v
retrieving revision 1.289
retrieving revision 1.290
diff -u -d -r1.289 -r1.290
--- import.c 1 Sep 2009 21:11:54 -0000 1.289
+++ import.c 6 Sep 2009 20:13:52 -0000 1.290
@@ -23,7 +23,6 @@
#include "include.h"
-#include <zlib.h>
/*START_INCLUDE*/
#include "import.h"
@@ -3574,7 +3573,7 @@
assoc,
(GCompareFunc) gsb_import_associations_cmp_assoc) )
{
- /* on remet à zero les entry */
+ /* clear the entry */
gtk_combofix_set_text ( GTK_COMBOFIX (combo), "" );
gtk_entry_set_text ( GTK_ENTRY (entry), "" );
}
@@ -3589,6 +3588,11 @@
}
if (g_slist_length ( liste_associations_tiers ) > 0 )
gsb_import_associations_fill_model ( GTK_LIST_STORE (list_store) );
+
+ /* clear the entry */
+ gtk_combofix_set_text ( GTK_COMBOFIX (combo), "" );
+ gtk_entry_set_text ( GTK_ENTRY (entry), "" );
+
}
Index: gsb_file_config.h
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_file_config.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- gsb_file_config.h 29 Aug 2009 08:36:41 -0000 1.12
+++ gsb_file_config.h 6 Sep 2009 20:13:52 -0000 1.13
@@ -6,7 +6,7 @@
/* END_INCLUDE_H */
-#define ETAT_WWW_BROWSER "firefox"
+#define ETAT_WWW_BROWSER "xdg-open"
/* mise en conformité avec les recommandations FreeDesktop. */
#ifndef _WIN32
Index: gsb_file_config.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_file_config.c,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- gsb_file_config.c 30 Aug 2009 17:59:47 -0000 1.84
+++ gsb_file_config.c 6 Sep 2009 20:13:52 -0000 1.85
@@ -1256,7 +1256,7 @@
etat.latex_command = "latex";
etat.dvips_command = "dvips";
-
+/* mise en conformité avec les recommandations FreeDesktop. */
#ifndef _WIN32
if ( g_file_test ( "/usr/bin/firefox", G_FILE_TEST_EXISTS ) )
{
- Previous message: [grisbi-cvs] grisbi/po cs.po, 1.53, 1.54 da.po, 1.60, 1.61 de.po, 1.119, 1.120 el.po, 1.24, 1.25 eo.po, 1.17, 1.18 es.po, 1.109, 1.110 fa.po, 1.47, 1.48 fr.po, 1.181, 1.182 grisbi.pot, 1.95, 1.96 he.po, 1.53, 1.54 it.po, 1.53, 1.54 nl.po, 1.52, 1.53 pl.po, 1.58, 1.59 pt_BR.po, 1.55, 1.56 ro.po, 1.53, 1.54 ru.po, 1.52, 1.53 zh_CN.po, 1.47, 1.48
- Next message: [grisbi-cvs] grisbi/src gsb_file_save.c,1.139,1.140
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list