X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmaemo%2Fmodest-progress-bar-widget.h;h=a55dd5b82742d23671b55bf54d67eb30f501554a;hp=0db622a18352a007baac66c046c953d248f3d434;hb=68945e42768533308e3b94f0dc046ef722e56115;hpb=90ff729ad8d144bdfe7665aa0426c5a2c6e13bc9 diff --git a/src/maemo/modest-progress-bar-widget.h b/src/maemo/modest-progress-bar-widget.h index 0db622a..a55dd5b 100644 --- a/src/maemo/modest-progress-bar-widget.h +++ b/src/maemo/modest-progress-bar-widget.h @@ -70,7 +70,9 @@ GType modest_progress_bar_widget_get_type (void) G_GNUC_CONST; GtkWidget* modest_progress_bar_widget_new (void); void modest_progress_bar_widget_set_progress (ModestProgressBarWidget *self, - const gchar *msg, guint done, guint total); + const gchar *msg, + gint done, + gint total);