* add "Copy" to the CSM; might fix NB#58246, but needs discussion with the UI designer
[modest] / src / maemo / modest-progress-bar-widget.h
index f3674e4..0db622a 100644 (file)
@@ -31,7 +31,7 @@
 #define __MODEST_PROGRESS_BAR_WIDGET_H__
 
 #include <gtk/gtkvbox.h>
-#include <modest-protocol-info.h>
+#include "modest-progress-object.h"
 
 G_BEGIN_DECLS
 
@@ -67,9 +67,10 @@ typedef enum {
 /* member functions */
 GType        modest_progress_bar_widget_get_type    (void) G_GNUC_CONST;
 
-GtkWidget*   modest_progress_bar_widget_new         ();
+GtkWidget*   modest_progress_bar_widget_new         (void);
 
-void modest_progress_bar_widget_set_status (ModestProgressBarWidget *self, guint id);
+void modest_progress_bar_widget_set_progress (ModestProgressBarWidget *self,
+                                             const gchar *msg, guint done, guint total);