[grisbi-cvs] grisbi/src fenetre_principale.c, 1.105, 1.106 gsb_account_property.c, 1.17, 1.18
Pierre Biava
pbiava at users.sourceforge.net
Tue Jan 6 19:02:45 CET 2009
- Previous message: [grisbi-cvs] grisbi/src etats_config.c, 1.163, 1.164 etats_onglet.c, 1.126, 1.127 gsb_account.c, 1.38, 1.39 gsb_form_transaction.c, 1.38, 1.39 gsb_transactions_list.c, 1.145, 1.146
- Next message: [grisbi-cvs] grisbi/src etats_config.c, 1.164, 1.165 etats_gtktable.c, 1.94, 1.95 etats_onglet.c, 1.127, 1.128
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/grisbi/grisbi/src
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16174/src
Modified Files:
fenetre_principale.c gsb_account_property.c
Log Message:
modification pour corriger (j'espère) le bug d'affichage initial bouton icon account
Index: fenetre_principale.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/fenetre_principale.c,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -d -r1.105 -r1.106
--- fenetre_principale.c 1 Jan 2009 20:43:49 -0000 1.105
+++ fenetre_principale.c 6 Jan 2009 18:02:43 -0000 1.106
@@ -28,6 +28,7 @@
#include "./balance_estimate_tab.h"
#include "./navigation.h"
#include "./gsb_transactions_list.h"
+#include "./gsb_account_property.h"
#include "./accueil.h"
#include "./comptes_onglet.h"
#include "./etats_onglet.h"
@@ -321,6 +322,7 @@
case 1:
gsb_form_set_expander_visible (FALSE,
FALSE );
+ gsb_account_property_fill_page ();
break;
}
return ( FALSE );
Index: gsb_account_property.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_account_property.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- gsb_account_property.c 5 Jan 2009 22:17:51 -0000 1.17
+++ gsb_account_property.c 6 Jan 2009 18:02:43 -0000 1.18
@@ -468,6 +468,9 @@
/* modification pour mettre à jour l'icône du sélecteur d'icône du compte */
image = gsb_data_account_get_account_icon_image ( current_account );
+ gtk_image_set_pixel_size ( GTK_IMAGE (image ), 32 );
+ gint size = gtk_image_get_pixel_size ( GTK_IMAGE (image ) );
+ devel_debug_int ( size );
gtk_button_set_image ( GTK_BUTTON ( bouton_icon ), image );
gsb_autofunc_currency_set_currency_number (detail_devise_compte,
- Previous message: [grisbi-cvs] grisbi/src etats_config.c, 1.163, 1.164 etats_onglet.c, 1.126, 1.127 gsb_account.c, 1.38, 1.39 gsb_form_transaction.c, 1.38, 1.39 gsb_transactions_list.c, 1.145, 1.146
- Next message: [grisbi-cvs] grisbi/src etats_config.c, 1.164, 1.165 etats_gtktable.c, 1.94, 1.95 etats_onglet.c, 1.127, 1.128
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list