diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-08-05 14:38:47 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-08-05 14:38:47 +0800 |
commit | a00b972e5a9e3e7131fbf38538d42ecfeca8740c (patch) | |
tree | 5064d92515442e1efe5fcb7e28c7891e09c588eb /widgets/misc/ChangeLog | |
parent | 9f6f6f39aabb789354cf437cf9d8e2f1f470efe3 (diff) | |
download | gsoc2013-evolution-a00b972e5a9e3e7131fbf38538d42ecfeca8740c.tar gsoc2013-evolution-a00b972e5a9e3e7131fbf38538d42ecfeca8740c.tar.gz gsoc2013-evolution-a00b972e5a9e3e7131fbf38538d42ecfeca8740c.tar.bz2 gsoc2013-evolution-a00b972e5a9e3e7131fbf38538d42ecfeca8740c.tar.lz gsoc2013-evolution-a00b972e5a9e3e7131fbf38538d42ecfeca8740c.tar.xz gsoc2013-evolution-a00b972e5a9e3e7131fbf38538d42ecfeca8740c.tar.zst gsoc2013-evolution-a00b972e5a9e3e7131fbf38538d42ecfeca8740c.zip |
Committed Johnny's string changes for search
svn path=/trunk/; revision=32474
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index 2256055e89..d8df9e8ccd 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,13 @@ +2006-08-04 Johnny Jacob <jjohnny@novell.com> + + * e-icon-entry.c: (set_cursor) : Added. Change cursor over icon. + (e_icon_entry_create_button) : Handle enter/leave-notify signals + for changing cursor. + * e-search-bar.c: (e_search_bar_construct) : Added mnemonic for + "Sho_w". Added tooltips for e-icon-entry. + (option_activated_cb) : Set the selected item's label in tooltip. + + 2006-08-02 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #349565 |