diff options
author | Li Yuan <li.yuan@sun.com> | 2006-05-15 18:20:33 +0800 |
---|---|---|
committer | Li Yuan <liyuan@src.gnome.org> | 2006-05-15 18:20:33 +0800 |
commit | fe716726ac285b908e5e4b83c6361306e9e218c2 (patch) | |
tree | 7b5ead4163a69b0738d5f660c202da24ea6e7e5f /shell/ChangeLog | |
parent | acc06a2f7838d9b42b8d2063ecf864d53da6dafc (diff) | |
download | gsoc2013-evolution-fe716726ac285b908e5e4b83c6361306e9e218c2.tar gsoc2013-evolution-fe716726ac285b908e5e4b83c6361306e9e218c2.tar.gz gsoc2013-evolution-fe716726ac285b908e5e4b83c6361306e9e218c2.tar.bz2 gsoc2013-evolution-fe716726ac285b908e5e4b83c6361306e9e218c2.tar.lz gsoc2013-evolution-fe716726ac285b908e5e4b83c6361306e9e218c2.tar.xz gsoc2013-evolution-fe716726ac285b908e5e4b83c6361306e9e218c2.tar.zst gsoc2013-evolution-fe716726ac285b908e5e4b83c6361306e9e218c2.zip |
Fixes #341525
2006-05-15 Li Yuan <li.yuan@sun.com>
Fixes #341525
* e-sidebar.c: (button_toggled_callback):
If the button has been selected, it is no need to emit the signal.
svn path=/trunk/; revision=31986
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index d0a6b43c2c..f7ebfa58ce 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,12 +1,19 @@ +2006-05-15 Li Yuan <li.yuan@sun.com> + + Fixes #341525 + + * e-sidebar.c: (button_toggled_callback): + If the button has been selected, it is no need to emit the signal. + 2006-04-30 Nancy Cai <nancy.cai@sun.com> - - Fixes #323853 - - * e-shell-importer.c: (filename_changed), (item_selected), - (importer_file_page_new), (prepare_file_page): - replacing GnomeFileEntry by GtkFileButton, which can import task files - with none UTF-8 filenames. - + + Fixes #323853 + + * e-shell-importer.c: (filename_changed), (item_selected), + (importer_file_page_new), (prepare_file_page): + replacing GnomeFileEntry by GtkFileButton, which can import task files + with none UTF-8 filenames. + 2006-04-27 Andre Klapper <a9016009@gmx.de> * main.c: update last stable version number from 2.4.2.1 to 2.6.1 |