X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmaemo%2Fmodest-main-window.c;h=7f99b192b610542aa2feeb0c1a715862c6ffb7d0;hp=80abed1dc0d386cfcab8d7a6449c91f58d3dee48;hb=0157fe7291bed654b46a5efeff4b9231b6b8a916;hpb=22d443a8a73bee6cd2e25b256aa93691c9f16492 diff --git a/src/maemo/modest-main-window.c b/src/maemo/modest-main-window.c index 80abed1..7f99b19 100644 --- a/src/maemo/modest-main-window.c +++ b/src/maemo/modest-main-window.c @@ -59,7 +59,7 @@ #include "modest-tny-msg.h" #include "modest-mail-operation.h" #include "modest-icon-names.h" -#include "modest-progress-bar-widget.h" +#include "modest-progress-bar.h" #include "modest-text-utils.h" #include "modest-ui-dimming-manager.h" #include "maemo/modest-osso-state-saving.h" @@ -1491,7 +1491,7 @@ modest_main_window_show_toolbar (ModestWindow *self, toolbar_resize (MODEST_MAIN_WINDOW (self)); /* Add ProgressBar (Transfer toolbar) */ - priv->progress_bar = modest_progress_bar_widget_new (); + priv->progress_bar = modest_progress_bar_new (); gtk_widget_set_no_show_all (priv->progress_bar, TRUE); placeholder = gtk_ui_manager_get_widget (parent_priv->ui_manager, "/ToolBar/ProgressBarView"); insert_index = gtk_toolbar_get_item_index(GTK_TOOLBAR (parent_priv->toolbar), GTK_TOOL_ITEM(placeholder));