diff options
author | Johnny Jacob <johnnyjacob@gmail.com> | 2006-01-30 17:43:53 +0800 |
---|---|---|
committer | Parthasarathi Susarla <saps@src.gnome.org> | 2006-01-30 17:43:53 +0800 |
commit | a25781876ca0819accf6c9339555237686d2919c (patch) | |
tree | 6fb1443866df2891a74349ca0ba2ddcc221d1ee8 /calendar/ChangeLog | |
parent | 20d72f43f15e96ec4d90b14315909c7c5654b986 (diff) | |
download | gsoc2013-evolution-a25781876ca0819accf6c9339555237686d2919c.tar gsoc2013-evolution-a25781876ca0819accf6c9339555237686d2919c.tar.gz gsoc2013-evolution-a25781876ca0819accf6c9339555237686d2919c.tar.bz2 gsoc2013-evolution-a25781876ca0819accf6c9339555237686d2919c.tar.lz gsoc2013-evolution-a25781876ca0819accf6c9339555237686d2919c.tar.xz gsoc2013-evolution-a25781876ca0819accf6c9339555237686d2919c.tar.zst gsoc2013-evolution-a25781876ca0819accf6c9339555237686d2919c.zip |
Fixes #328285 Added. Handle focus in and out events. (init_widgets):
2006-01-30 Johnny Jacob <johnnyjacob@gmail.com>
Fixes #328285
* gui/dialogs/memo-page.c (widget_focus_out_cb),
(widget_focus_out_cb) : Added. Handle focus in and out
events.
(init_widgets): Connect focus in and out signals for
memo_content .
Committed to HEAD on behalf of johnny since he does not
have commit rights - partha
svn path=/trunk/; revision=31354
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 5cfe74f80e..9748303b01 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,15 @@ +2006-01-30 Johnny Jacob <johnnyjacob@gmail.com> + + Fixes #328285 + * gui/dialogs/memo-page.c (widget_focus_out_cb), + (widget_focus_out_cb) : Added. Handle focus in and out + events. + (init_widgets): Connect focus in and out signals for + memo_content . + + Committed to HEAD on behalf of johnny since he does not + have commit rights - partha + 2006-01-18 Johnny Jacob <johnnyjacob@gmail.com> Fixes #225816 |