diff options
author | Harry Lu <harry.lu@sun.com> | 2004-10-08 16:36:17 +0800 |
---|---|---|
committer | Harry Lu <haip@src.gnome.org> | 2004-10-08 16:36:17 +0800 |
commit | 35ddf245532168c64559c6b6cfdb0c0970c6a5f2 (patch) | |
tree | fe358903e6665dd0b424029d2065f99c4687a052 /widgets/misc/ChangeLog | |
parent | 65ae86930b7b3da58498265dce7a2275985bf4b6 (diff) | |
download | gsoc2013-evolution-35ddf245532168c64559c6b6cfdb0c0970c6a5f2.tar.gz gsoc2013-evolution-35ddf245532168c64559c6b6cfdb0c0970c6a5f2.tar.zst gsoc2013-evolution-35ddf245532168c64559c6b6cfdb0c0970c6a5f2.zip |
implement popup_menu so that popup menu can be shown with Shift+F10.
2004-10-08 Harry Lu <harry.lu@sun.com>
* e-source-selector.c: (e_source_selector_popup_menu),
(class_init): implement popup_menu so that popup menu can
be shown with Shift+F10.
svn path=/trunk/; revision=27506
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index d01d0fb2db..ac6b0f6165 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,9 @@ +2004-10-08 Harry Lu <harry.lu@sun.com> + + * e-source-selector.c: (e_source_selector_popup_menu), + (class_init): implement popup_menu so that popup menu can + be shown with Shift+F10. + 2004-10-06 JP Rosevear <jpr@novell.com> Fixes #66164 |