diff options
author | Michael Meeks <michael@helixcode.com> | 2000-09-14 10:32:14 +0800 |
---|---|---|
committer | Michael Meeks <mmeeks@src.gnome.org> | 2000-09-14 10:32:14 +0800 |
commit | 25678df2fe9215cb1d31435e24b91f8be72b9c92 (patch) | |
tree | 420adc9e41d8dba5af216e940e1ed262adb22b7d /ui | |
parent | fd88276cd22ace15490fc9183fe6139723cf9166 (diff) | |
download | gsoc2013-evolution-25678df2fe9215cb1d31435e24b91f8be72b9c92.tar gsoc2013-evolution-25678df2fe9215cb1d31435e24b91f8be72b9c92.tar.gz gsoc2013-evolution-25678df2fe9215cb1d31435e24b91f8be72b9c92.tar.bz2 gsoc2013-evolution-25678df2fe9215cb1d31435e24b91f8be72b9c92.tar.lz gsoc2013-evolution-25678df2fe9215cb1d31435e24b91f8be72b9c92.tar.xz gsoc2013-evolution-25678df2fe9215cb1d31435e24b91f8be72b9c92.tar.zst gsoc2013-evolution-25678df2fe9215cb1d31435e24b91f8be72b9c92.zip |
Get the status bar playing ball.
2000-09-14 Michael Meeks <michael@helixcode.com>
* e-shell-view.c (e_shell_view_construct): prune cruft.
(shell_view_interface_unset_message_cb),
(shell_view_interface_set_message_cb): impl.
svn path=/trunk/; revision=5419
Diffstat (limited to 'ui')
-rw-r--r-- | ui/evolution.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/evolution.xml b/ui/evolution.xml index 2370610d7f..592e2903d6 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -104,4 +104,9 @@ </menu> <toolbar name="Toolbar" relief="none"/> + + <status> + <item name="main"/> + <control name="Progress"/> + </status> </Root>
\ No newline at end of file |