* modest-ui.c:
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Wed, 24 Jan 2007 07:38:36 +0000 (07:38 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Wed, 24 Jan 2007 07:38:36 +0000 (07:38 +0000)
- update for modest account mgr changes
- small improvements in progressbar

pmo-trunk-r723

src/modest-ui.c

index f2ed047..1c028b2 100644 (file)
@@ -1003,8 +1003,8 @@ statusbar_push (ModestWidgetFactory *factory, guint context_id, const gchar *msg
 
        gtk_statusbar_push (GTK_STATUSBAR(status_bar), 0, msg);
 
-       g_timeout_add (2000, (GSourceFunc)statusbar_clean, status_bar);
-       g_timeout_add (1000, (GSourceFunc)progress_bar_clean, progress_bar);
+       g_timeout_add (1500, (GSourceFunc)statusbar_clean, status_bar);
+       g_timeout_add (3000, (GSourceFunc)progress_bar_clean, progress_bar);
 }
 /****************************************************************************/