aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.c
diff options
context:
space:
mode:
authorMichael Meeks <michael@helixcode.com>2000-10-04 09:13:46 +0800
committerMichael Meeks <mmeeks@src.gnome.org>2000-10-04 09:13:46 +0800
commit20f437f30a2f0a1cdd8f8dd30f7c99169e93393a (patch)
tree928a6e1b4532fea468ba5665031dc92e56f62841 /shell/e-shell-view.c
parentd23ef479891080fd65e88c21f4fbc5d85e9a560d (diff)
downloadgsoc2013-evolution-20f437f30a2f0a1cdd8f8dd30f7c99169e93393a.tar
gsoc2013-evolution-20f437f30a2f0a1cdd8f8dd30f7c99169e93393a.tar.gz
gsoc2013-evolution-20f437f30a2f0a1cdd8f8dd30f7c99169e93393a.tar.bz2
gsoc2013-evolution-20f437f30a2f0a1cdd8f8dd30f7c99169e93393a.tar.lz
gsoc2013-evolution-20f437f30a2f0a1cdd8f8dd30f7c99169e93393a.tar.xz
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/e-shell-view.c')
-rw-r--r--shell/e-shell-view.c1
1 files changed, 0 insertions, 1 deletions
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);