From 81531f8286d0146ea2d8669a71d7587e6f5bbbbf Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Mon, 17 Jul 2000 06:24:26 +0000 Subject: created a model for the EShortcutBar. This will probably have to be moved 2000-07-16 Damon Chaplin * e-shortcuts-view.c (e_shortcuts_view_construct): created a model for the EShortcutBar. This will probably have to be moved to support multiple views. (class_init): #if'd out overriding the class functions. They don't exist any more (they are in the model instead). svn path=/trunk/; revision=4187 --- shell/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index b4b33ed195..827917697d 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,11 @@ +2000-07-16 Damon Chaplin + + * e-shortcuts-view.c (e_shortcuts_view_construct): created a model + for the EShortcutBar. This will probably have to be moved to support + multiple views. + (class_init): #if'd out overriding the class functions. They don't + exist any more (they are in the model instead). + 2000-07-12 Christopher James Lahey * main.c: Fixed to match gconf API change. -- cgit