diff options
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); |