[grisbi-cvs] grisbi/src gsb_calendar_entry.c,1.27,1.28
Pierre Biava
pbiava at users.sourceforge.net
Fri Oct 23 21:54:13 CEST 2009
- Previous message: [grisbi-cvs] grisbi/src gsb_form.c, 1.132, 1.133 gsb_form_widget.c, 1.37, 1.38
- Next message: [grisbi-cvs] grisbi/src accueil.c, 1.216, 1.217 affichage.c, 1.167, 1.168 custom_list.c, 1.5, 1.6 gsb_currency.c, 1.41, 1.42 gsb_currency_config.c, 1.60, 1.61 gsb_data_transaction.c, 1.72, 1.73 gsb_data_transaction.h, 1.33, 1.34 gsb_fyear_config.c, 1.23, 1.24 import.c, 1.298, 1.299 utils_str.c, 1.71, 1.72
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/grisbi/grisbi/src
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11781
Modified Files:
gsb_calendar_entry.c
Log Message:
fix bug 691
Index: gsb_calendar_entry.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_calendar_entry.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- gsb_calendar_entry.c 17 May 2009 15:53:25 -0000 1.27
+++ gsb_calendar_entry.c 23 Oct 2009 19:54:11 -0000 1.28
@@ -448,8 +448,9 @@
GDate * date;
/* make the popup */
- popup = gtk_window_new ( GTK_WINDOW_POPUP );
+ popup = gtk_window_new ( GTK_WINDOW_TOPLEVEL );
gtk_window_set_modal ( GTK_WINDOW ( popup ), TRUE );
+ gtk_window_set_decorated ( GTK_WINDOW ( popup ), FALSE );
g_signal_connect_swapped ( G_OBJECT ( popup ),
"destroy",
G_CALLBACK ( gdk_pointer_ungrab ),
- Previous message: [grisbi-cvs] grisbi/src gsb_form.c, 1.132, 1.133 gsb_form_widget.c, 1.37, 1.38
- Next message: [grisbi-cvs] grisbi/src accueil.c, 1.216, 1.217 affichage.c, 1.167, 1.168 custom_list.c, 1.5, 1.6 gsb_currency.c, 1.41, 1.42 gsb_currency_config.c, 1.60, 1.61 gsb_data_transaction.c, 1.72, 1.73 gsb_data_transaction.h, 1.33, 1.34 gsb_fyear_config.c, 1.23, 1.24 import.c, 1.298, 1.299 utils_str.c, 1.71, 1.72
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list