[grisbi-cvs] grisbi/src navigation.c,1.104,1.105
Martin Stromberger
fabiolla at users.sourceforge.net
Mon Dec 22 19:42:42 CET 2008
- Previous message: [grisbi-cvs] grisbi/po cs.po, 1.11, 1.12 da.po, 1.18, 1.19 de.po, 1.47, 1.48 es.po, 1.49, 1.50 fa.po, 1.5, 1.6 fr.po, 1.111, 1.112 grisbi.pot, 1.52, 1.53 he.po, 1.11, 1.12 it.po, 1.11, 1.12 nl.po, 1.10, 1.11 pl.po, 1.16, 1.17 pt_BR.po, 1.13, 1.14 ro.po, 1.11, 1.12 ru.po, 1.10, 1.11 zh_CN.po, 1.5, 1.6
- Next message: [grisbi-cvs] grisbi/win32 win32utils.h,1.12,1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/grisbi/grisbi/src
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24750/src
Modified Files:
navigation.c
Log Message:
correction/modification for account-icons
Index: navigation.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/navigation.c,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -d -r1.104 -r1.105
--- navigation.c 28 Oct 2008 00:30:05 -0000 1.104
+++ navigation.c 22 Dec 2008 18:42:40 -0000 1.105
@@ -390,7 +390,7 @@
}
/* Finish tree. */
- gtk_tree_view_expand_all ( GTK_TREE_VIEW(navigation_tree_view) );
+ /* gtk_tree_view_expand_all ( GTK_TREE_VIEW(navigation_tree_view) ); */
gtk_box_pack_start ( GTK_BOX(vbox), sw, TRUE, TRUE, 0 );
/* Create calendar (hidden for now). */
@@ -892,12 +892,15 @@
break;
case GSB_TYPE_CASH:
- account_icon = "money";
+ account_icon = "cash";
break;
case GSB_TYPE_ASSET:
+ account_icon = "asset";
+ break;
+
case GSB_TYPE_LIABILITIES:
- account_icon = "asset";
+ account_icon = "liabilities";
break;
default:
- Previous message: [grisbi-cvs] grisbi/po cs.po, 1.11, 1.12 da.po, 1.18, 1.19 de.po, 1.47, 1.48 es.po, 1.49, 1.50 fa.po, 1.5, 1.6 fr.po, 1.111, 1.112 grisbi.pot, 1.52, 1.53 he.po, 1.11, 1.12 it.po, 1.11, 1.12 nl.po, 1.10, 1.11 pl.po, 1.16, 1.17 pt_BR.po, 1.13, 1.14 ro.po, 1.11, 1.12 ru.po, 1.10, 1.11 zh_CN.po, 1.5, 1.6
- Next message: [grisbi-cvs] grisbi/win32 win32utils.h,1.12,1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list