diff options
author | Michael Meeks <michael@helixcode.com> | 2000-10-04 09:13:46 +0800 |
---|---|---|
committer | Michael Meeks <mmeeks@src.gnome.org> | 2000-10-04 09:13:46 +0800 |
commit | 20f437f30a2f0a1cdd8f8dd30f7c99169e93393a (patch) | |
tree | 928a6e1b4532fea468ba5665031dc92e56f62841 /shell | |
parent | d23ef479891080fd65e88c21f4fbc5d85e9a560d (diff) | |
download | gsoc2013-evolution-20f437f30a2f0a1cdd8f8dd30f7c99169e93393a.tar.gz gsoc2013-evolution-20f437f30a2f0a1cdd8f8dd30f7c99169e93393a.tar.zst gsoc2013-evolution-20f437f30a2f0a1cdd8f8dd30f7c99169e93393a.zip |
remove evil usize set.
2000-10-04 Michael Meeks <michael@helixcode.com>
* e-shell-view.c (setup_progress_bar): remove evil usize set.
svn path=/trunk/; revision=5698
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/e-shell-view.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 9d0aa514c3..6ad17fa0fb 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2000-10-04 Michael Meeks <michael@helixcode.com> + + * e-shell-view.c (setup_progress_bar): remove evil usize set. + 2000-10-02 Ettore Perazzoli <ettore@helixcode.com> * e-shortcuts-view.c (show_new_group_dialog): Destroy the dialog diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index 5ad2cad1f2..2b56a91317 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -437,7 +437,6 @@ setup_progress_bar (EShellViewPrivate *priv) progress_bar, GTK_PROGRESS_CONTINUOUS); priv->progress_bar = GTK_WIDGET (progress_bar); - gtk_widget_set_usize (priv->progress_bar, 200, 10); gtk_widget_show (priv->progress_bar); control = bonobo_control_new (priv->progress_bar); |