diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-04-18 10:19:27 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-04-18 10:19:27 +0800 |
commit | a3f94ff6adca233914611769b684dee3eb82e32e (patch) | |
tree | 574679d323105d831bfebee7f2de87cc58272758 /shell/ChangeLog | |
parent | 6ccd0e6f59bec5f1900c49cd1868fca998570fc7 (diff) | |
download | gsoc2013-evolution-a3f94ff6adca233914611769b684dee3eb82e32e.tar gsoc2013-evolution-a3f94ff6adca233914611769b684dee3eb82e32e.tar.gz gsoc2013-evolution-a3f94ff6adca233914611769b684dee3eb82e32e.tar.bz2 gsoc2013-evolution-a3f94ff6adca233914611769b684dee3eb82e32e.tar.lz gsoc2013-evolution-a3f94ff6adca233914611769b684dee3eb82e32e.tar.xz gsoc2013-evolution-a3f94ff6adca233914611769b684dee3eb82e32e.tar.zst gsoc2013-evolution-a3f94ff6adca233914611769b684dee3eb82e32e.zip |
New, override for EShortcutBar::shortcut_drag_motion.
* e-shortcuts-view.c (impl_shortcut_drag_motion): New, override
for EShortcutBar::shortcut_drag_motion.
(impl_shortcut_drag_data_received): New, override for
EShortcutBar::shortcut_drag_data_received.
(class_init): Install the method overrides.
svn path=/trunk/; revision=16502
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 160de416f9..c066965a10 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,11 @@ +2002-04-17 Ettore Perazzoli <ettore@ximian.com> + + * e-shortcuts-view.c (impl_shortcut_drag_motion): New, override + for EShortcutBar::shortcut_drag_motion. + (impl_shortcut_drag_data_received): New, override for + EShortcutBar::shortcut_drag_data_received. + (class_init): Install the method overrides. + 2002-04-17 Christopher James Lahey <clahey@ximian.com> * e-activity-handler.c: Updated this to match the new EPopupMenu. |