diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-14 04:25:21 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-14 04:25:21 +0800 |
commit | abe99cb78c92a0975bb9297f4f53eae1f16efac6 (patch) | |
tree | 2a403e30be0a0129c544e091701e943b236ed326 /shell/ChangeLog | |
parent | 5f73032707d4a5e54647903268d81e630e240238 (diff) | |
download | gsoc2013-evolution-abe99cb78c92a0975bb9297f4f53eae1f16efac6.tar.gz gsoc2013-evolution-abe99cb78c92a0975bb9297f4f53eae1f16efac6.tar.zst gsoc2013-evolution-abe99cb78c92a0975bb9297f4f53eae1f16efac6.zip |
Replaced the chained `if' statements with a `switch' statement for
* main.c (idle_cb): Replaced the chained `if' statements with a
`switch' statement for clarity. Also, don't ref the created
shell, and release the object reference properly.
svn path=/trunk/; revision=11956
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 10d0554e9f..cf2573911b 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,11 @@ 2001-08-13 Ettore Perazzoli <ettore@ximian.com> + * main.c (idle_cb): Replaced the chained `if' statements with a + `switch' statement for clarity. Also, don't ref the created + shell, and release the object reference properly. + +2001-08-13 Ettore Perazzoli <ettore@ximian.com> + * e-corba-shortcuts.c (shortcut_list_to_corba): set_release on the sequence, not the buffer. |