diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-24 01:47:35 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-24 01:47:35 +0800 |
commit | 92d5ddd3b17ffd521be156b1b8ed472d07889084 (patch) | |
tree | 2f269ef1b73b232ee183bd58f64f1dbc3c01f128 /shell/ChangeLog | |
parent | f23683363bc57fa208e29ae88810c52799b34096 (diff) | |
download | gsoc2013-evolution-92d5ddd3b17ffd521be156b1b8ed472d07889084.tar gsoc2013-evolution-92d5ddd3b17ffd521be156b1b8ed472d07889084.tar.gz gsoc2013-evolution-92d5ddd3b17ffd521be156b1b8ed472d07889084.tar.bz2 gsoc2013-evolution-92d5ddd3b17ffd521be156b1b8ed472d07889084.tar.lz gsoc2013-evolution-92d5ddd3b17ffd521be156b1b8ed472d07889084.tar.xz gsoc2013-evolution-92d5ddd3b17ffd521be156b1b8ed472d07889084.tar.zst gsoc2013-evolution-92d5ddd3b17ffd521be156b1b8ed472d07889084.zip |
Stylistical changes: move
e_shell_view_{get,set}_current_shortcuts_group_num() at the bottom of
the file, add pre-conditions to them, and reindent the header file
slightly.
svn path=/trunk/; revision=10444
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 2a9d3ce796..0219f0bd3f 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,11 @@ 2001-06-23 Ettore Perazzoli <ettore@ximian.com> + * e-shell-view.c (e_shell_view_set_current_shortcuts_group_num): + Moved at the bottom, as it's public API. Also add preconditions. + (e_shell_view_get_current_shortcuts_group_num): Likewise. + +2001-06-23 Ettore Perazzoli <ettore@ximian.com> + * e-shell-view.c: Get rid of some `#if 0'ed code. 2001-06-23 Ettore Perazzoli <ettore@ximian.com> |