diff options
author | Hiroyuki Ikezoe <hiikezoe@src.gnome.org> | 2006-07-12 14:49:14 +0800 |
---|---|---|
committer | Hiroyuki Ikezoe <hiikezoe@src.gnome.org> | 2006-07-12 14:49:14 +0800 |
commit | 2fb0e7f837cdd452bb61b5d6ccacd45a0767f6f7 (patch) | |
tree | ee1882ec0126d05a7d34de6903d5c72b442f3d3e /shell/ChangeLog | |
parent | 65d77ad3ef1556702102ef9a830241ef4bc73c1d (diff) | |
download | gsoc2013-evolution-2fb0e7f837cdd452bb61b5d6ccacd45a0767f6f7.tar gsoc2013-evolution-2fb0e7f837cdd452bb61b5d6ccacd45a0767f6f7.tar.gz gsoc2013-evolution-2fb0e7f837cdd452bb61b5d6ccacd45a0767f6f7.tar.bz2 gsoc2013-evolution-2fb0e7f837cdd452bb61b5d6ccacd45a0767f6f7.tar.lz gsoc2013-evolution-2fb0e7f837cdd452bb61b5d6ccacd45a0767f6f7.tar.xz gsoc2013-evolution-2fb0e7f837cdd452bb61b5d6ccacd45a0767f6f7.tar.zst gsoc2013-evolution-2fb0e7f837cdd452bb61b5d6ccacd45a0767f6f7.zip |
** Fixes bug #347182
* e-user-creatable-items-handlers.c:
(set_combo_button_style): New function.
(new_button_change): Call set_combo_button_style.
(setup_toolbar_button): Call set_combo_button_style.
* misc/e-combo-button.c: (e_combo_button_set_label):
Removed needless g_return_if_fail().
svn path=/trunk/; revision=32294
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 a8c795902a..60ee8719d2 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,11 @@ +2006-07-12 Hiroyuki Ikezoe <poincare@ikezoe.net> + + ** Fixes bug #347182 + * e-user-creatable-items-handlers.c: + (set_combo_button_style): New function. + (new_button_change): Call set_combo_button_style. + (setup_toolbar_button): Call set_combo_button_style. + 2006-07-07 Li Yuan <li.yuan@sun.com> * e-shell-window.c: (setup_widgets): |