[grisbi-cvs] grisbi/src categories_onglet.c, 1.185, 1.186 menu.c, 1.141, 1.142 tiers_onglet.c, 1.142, 1.143 utils_str.c, 1.60, 1.61
Martin Stromberger
fabiolla at users.sourceforge.net
Sat Jan 10 19:56:13 CET 2009
Update of /cvsroot/grisbi/grisbi/src
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26796/src
Modified Files:
categories_onglet.c menu.c tiers_onglet.c utils_str.c
Log Message:
minor changes/improvements
Index: categories_onglet.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/categories_onglet.c,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -d -r1.185 -r1.186
--- categories_onglet.c 9 Jan 2009 14:49:00 -0000 1.185
+++ categories_onglet.c 10 Jan 2009 18:56:10 -0000 1.186
@@ -289,7 +289,8 @@
{
if ( path )
{
-/* gtk_tree_set_row_drag_data (selection_data, GTK_TREE_MODEL(categ_tree_model), path); */
+ gtk_tree_set_row_drag_data (selection_data,
+ GTK_TREE_MODEL(categ_tree_model), path);
}
return FALSE;
Index: tiers_onglet.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/tiers_onglet.c,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -d -r1.142 -r1.143
--- tiers_onglet.c 9 Jan 2009 14:49:00 -0000 1.142
+++ tiers_onglet.c 10 Jan 2009 18:56:11 -0000 1.143
@@ -447,7 +447,8 @@
{
if ( path )
{
- gtk_tree_set_row_drag_data (selection_data, GTK_TREE_MODEL(payee_tree_model), path);
+ gtk_tree_set_row_drag_data (selection_data,
+ GTK_TREE_MODEL(payee_tree_model), path);
}
return FALSE;
Index: utils_str.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/utils_str.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- utils_str.c 16 Nov 2008 20:34:25 -0000 1.60
+++ utils_str.c 10 Jan 2009 18:56:11 -0000 1.61
@@ -651,8 +651,7 @@
/**
- * Create and return a string where underscores are escaped so that
- * gtk_item_factory_get_item won't be confused.
+ * Create and return a string where underscores are escaped
*
* \param orig Original string.
*
Index: menu.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/menu.c,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- menu.c 27 Dec 2008 17:06:18 -0000 1.141
+++ menu.c 10 Jan 2009 18:56:11 -0000 1.142
@@ -574,8 +574,7 @@
void gsb_gui_toggle_line_view_mode ( GtkRadioAction * action, GtkRadioAction *current,
gpointer user_data )
{
- /* FIXME benj: ugly but I cannot find a way to block this ... I
- understand why gtkitemfactory is deprecated. */
+ /* FIXME benj: ugly but I cannot find a way to block this ... */
if ( block_menu_cb ) return;
switch ( gtk_radio_action_get_current_value(current) )
@@ -606,8 +605,7 @@
{
devel_debug (NULL);
- /* FIXME benj: ugly but I cannot find a way to block this ... I
- understand why gtkitemfactory is deprecated. */
+ /* FIXME benj: ugly but I cannot find a way to block this ... */
if ( block_menu_cb ) return FALSE;
gsb_form_switch_expander ( );
More information about the cvs
mailing list