From dd15703ae5ba4fbca40190130ad64b3e78341a6a Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 27 Jan 2003 21:08:46 +0000 Subject: Port to GtkDialog. Strdup the text returned by GtkEntry after destroying * e-request.c (e_request_string): Port to GtkDialog. Strdup the text returned by GtkEntry after destroying the dialog, not before. Use gtk_editable_select_region() instead of gtk_entry_select_region(). Add a little bit of padding to make it look less crampy and set a default width. * e-dialog-utils.h (e_gnome_dialog_set_parent): Declare only if GNOME_DISABLE_DEPRECATED is not #defined. (e_gnome_warning_dialog_parented): Likewise. (e_gnome_ok_cancel_dialog_parented): Likewise. svn path=/trunk/; revision=19657 --- e-util/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'e-util/ChangeLog') diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 3a0896ab8a..05bb50c343 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,16 @@ +2003-01-27 Ettore Perazzoli + + * e-request.c (e_request_string): Port to GtkDialog. Strdup the + text returned by GtkEntry after destroying the dialog, not before. + Use gtk_editable_select_region() instead of + gtk_entry_select_region(). Add a little bit of padding to make it + look less crampy and set a default width. + + * e-dialog-utils.h (e_gnome_dialog_set_parent): Declare only if + GNOME_DISABLE_DEPRECATED is not #defined. + (e_gnome_warning_dialog_parented): Likewise. + (e_gnome_ok_cancel_dialog_parented): Likewise. + 2003-01-26 Chris Toshok * e-pilot-settings.c (e_pilot_settings_new): ref/sink the pilot -- cgit v1.2.3