diff options
author | Rodney Dawes <dobey@ximian.com> | 2004-01-29 04:20:49 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-01-29 04:20:49 +0800 |
commit | 3af02b087f634b58514f4ae159cb04b826cbc99a (patch) | |
tree | a7dc4919af0b31391e75601329b6e083eec6449d /shell/ChangeLog | |
parent | c9417a5e7de3dfc3cb0dc6d3b72b01fd77b1a211 (diff) | |
download | gsoc2013-evolution-3af02b087f634b58514f4ae159cb04b826cbc99a.tar.gz gsoc2013-evolution-3af02b087f634b58514f4ae159cb04b826cbc99a.tar.zst gsoc2013-evolution-3af02b087f634b58514f4ae159cb04b826cbc99a.zip |
First argument to gtk_hbox_new () is a boolean, not an int, don't show the
2004-01-28 Rodney Dawes <dobey@ximian.com>
* e-task-bar.c (init): First argument to gtk_hbox_new () is a boolean,
not an int, don't show the hbox for activities by default
(e_task_bar_prepend_task): Show the hbox for activities when we add
tasks to the taskbar
(e_task_bar_remove_task): If we have no tasks left to display, don't
show the empty hbox
svn path=/trunk/; revision=24500
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 74c40e7986..d03121954a 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,12 @@ +2004-01-28 Rodney Dawes <dobey@ximian.com> + + * e-task-bar.c (init): First argument to gtk_hbox_new () is a boolean, + not an int, don't show the hbox for activities by default + (e_task_bar_prepend_task): Show the hbox for activities when we add + tasks to the taskbar + (e_task_bar_remove_task): If we have no tasks left to display, don't + show the empty hbox + 2004-01-27 Rodney Dawes <dobey@ximian.com> * e-task-bar.c (init): Expand the label, this fixes the problem |