[grisbi-cvs] grisbi/src gtk_combofix.c,1.69,1.70
Pierre Biava
pbiava at users.sourceforge.net
Thu Feb 4 21:59:42 CET 2010
- Previous message: [grisbi-cvs] grisbi/src accueil.c, 1.219, 1.220 balance_estimate_config.c, 1.5, 1.6 balance_estimate_tab.c, 1.38, 1.39 gsb_autofunc.c, 1.25, 1.26 gsb_form.c, 1.147, 1.148 gsb_form_widget.c, 1.47, 1.48 gsb_form_widget.h, 1.6, 1.7 menu.c, 1.148, 1.149
- Next message: [grisbi-cvs] grisbi/src accueil.c, 1.220, 1.221 balance_estimate_data.c, 1.2, 1.3 gsb_automem.c, 1.26, 1.27 gsb_automem.h, 1.5, 1.6 gtk_combofix.c, 1.70, 1.71 structures.h, 1.238, 1.239
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/grisbi/grisbi/src
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv6478
Modified Files:
gtk_combofix.c
Log Message:
fixed bug 929
Index: gtk_combofix.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gtk_combofix.c,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- gtk_combofix.c 30 Jan 2010 17:04:12 -0000 1.69
+++ gtk_combofix.c 4 Feb 2010 20:59:38 -0000 1.70
@@ -243,6 +243,7 @@
gsb_form_widget_set_empty ( GTK_WIDGET ( combofix -> entry ), TRUE );
gtk_entry_set_text ( GTK_ENTRY ( combofix -> entry ),
_("Categories : Sub-categories") );
+ gtk_editable_select_region ( GTK_EDITABLE (combofix -> entry), 0, -1 );
}
g_signal_handlers_unblock_by_func ( G_OBJECT (combofix -> entry),
G_CALLBACK (gtk_combofix_entry_insert),
@@ -719,8 +720,7 @@
* */
static gboolean gtk_combofix_entry_delete ( GtkComboFix *combofix )
{
- return gtk_combofix_entry_changed ( combofix,
- FALSE );
+ return gtk_combofix_entry_changed ( combofix, FALSE );
}
@@ -748,8 +748,11 @@
gtk_editable_delete_selection ( GTK_EDITABLE (combofix -> entry));
if ( strlen ( entry_string ) )
+ {
+ gsb_form_widget_set_empty ( combofix -> entry, FALSE );
completed_string = gtk_combofix_update_visible_rows ( combofix,
entry_string);
+ }
else
gtk_combofix_set_all_visible_rows (combofix);
- Previous message: [grisbi-cvs] grisbi/src accueil.c, 1.219, 1.220 balance_estimate_config.c, 1.5, 1.6 balance_estimate_tab.c, 1.38, 1.39 gsb_autofunc.c, 1.25, 1.26 gsb_form.c, 1.147, 1.148 gsb_form_widget.c, 1.47, 1.48 gsb_form_widget.h, 1.6, 1.7 menu.c, 1.148, 1.149
- Next message: [grisbi-cvs] grisbi/src accueil.c, 1.220, 1.221 balance_estimate_data.c, 1.2, 1.3 gsb_automem.c, 1.26, 1.27 gsb_automem.h, 1.5, 1.6 gtk_combofix.c, 1.70, 1.71 structures.h, 1.238, 1.239
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list