From 8cc048dc72218fcd37c3a77297bf5a14bb7347bc Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 2 Apr 2004 16:19:52 +0000 Subject: Make the button initially insensitive. Connect to the entry's "changed" * e-url-entry.c (init): Make the button initially insensitive. Connect to the entry's "changed" signal. (entry_changed_cb): sensitize the button iff the entry is non-empty (button_clicked_cb): simplify a bit by using gtk_entry_get_text rather than gtk_editable_get_chars. svn path=/trunk/; revision=25300 --- widgets/misc/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'widgets/misc/ChangeLog') diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index 96914e76f7..953948b637 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,12 @@ +2004-04-01 Dan Winship + + * e-url-entry.c (init): Make the button initially insensitive. + Connect to the entry's "changed" signal. + (entry_changed_cb): sensitize the button iff the entry is + non-empty + (button_clicked_cb): simplify a bit by using gtk_entry_get_text + rather than gtk_editable_get_chars. + 2004-04-01 Jeffrey Stedfast * e-charset-picker.c (e_charset_picker_new): Create a new class -- cgit v1.2.3