X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fwidgets%2Fmodest-progress-bar.c;h=a871ab925487d5d4c901070ac5d393363800d970;hb=464e5b59df121d3c2315df838998d948c48bd6d3;hp=eaea5812c041861bf510a5a906bccacd379ebca2;hpb=8691a6615d4761d17af912ed7c95864e63c48403;p=modest diff --git a/src/widgets/modest-progress-bar.c b/src/widgets/modest-progress-bar.c index eaea581..a871ab9 100644 --- a/src/widgets/modest-progress-bar.c +++ b/src/widgets/modest-progress-bar.c @@ -30,7 +30,6 @@ #include #include #include -#include #include "widgets/modest-progress-bar.h" #include "modest-tny-account.h" #include "modest-platform.h" @@ -387,9 +386,6 @@ progress_string (ModestMailOperationTypeOperation op_type, guint done, guint tot msg = g_strdup(_("mail_me_sending")); break; - case MODEST_MAIL_OPERATION_TYPE_OPEN: - msg = g_strdup(_("mail_me_opening")); - break; default: msg = g_strdup(""); }