aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2004-04-03 00:19:52 +0800
committerDan Winship <danw@src.gnome.org>2004-04-03 00:19:52 +0800
commit8cc048dc72218fcd37c3a77297bf5a14bb7347bc (patch)
tree81469273b3268104326cd14a76f12ba3dd8db881 /widgets/misc/ChangeLog
parentd7a067c9eec1920ed5e73384214599da3409d9af (diff)
downloadgsoc2013-evolution-8cc048dc72218fcd37c3a77297bf5a14bb7347bc.tar
gsoc2013-evolution-8cc048dc72218fcd37c3a77297bf5a14bb7347bc.tar.gz
gsoc2013-evolution-8cc048dc72218fcd37c3a77297bf5a14bb7347bc.tar.bz2
gsoc2013-evolution-8cc048dc72218fcd37c3a77297bf5a14bb7347bc.tar.lz
gsoc2013-evolution-8cc048dc72218fcd37c3a77297bf5a14bb7347bc.tar.xz
gsoc2013-evolution-8cc048dc72218fcd37c3a77297bf5a14bb7347bc.tar.zst
gsoc2013-evolution-8cc048dc72218fcd37c3a77297bf5a14bb7347bc.zip
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
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r--widgets/misc/ChangeLog9
1 files changed, 9 insertions, 0 deletions
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 <danw@ximian.com>
+
+ * 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 <fejj@ximian.com>
* e-charset-picker.c (e_charset_picker_new): Create a new class