Work to fix glitches with progress toolbar (fixes NB#78458).
authorJose Dapena Paz <jdapena@igalia.com>
Thu, 13 Dec 2007 12:18:52 +0000 (12:18 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Thu, 13 Dec 2007 12:18:52 +0000 (12:18 +0000)
commit0a229140b86735e909f7e596378e7e7013825076
treec01bd2e481d135486186c425784458834b48ea89
parentaae5f5a4e2a4c8e4dfa48494df86981ebfdfa5bc
Work to fix glitches with progress toolbar (fixes NB#78458).
* src/maemo/modest-progress-bar-widget.c:
        * Now we make sure we never set a NULL string as label of the
          progress bar, and we get an initial " " string. This is for
          getting always the expected height. This should prevent some
          toolbar resizements.
* src/maemo/modest-msg-view-window.c,
  src/maemo/modest-main-window.c:
        * Rework the toolbar buttons size management. This way the
          progress toolbar does not cause a resize of the other buttons.
* src/maemo/ui/modest-msg-view-window-ui.xml,
  src/maemo/ui/modest-main-window-ui.xml:
        * Add position attributes to toolbar.

pmo-trunk-r3910
src/maemo/modest-main-window.c
src/maemo/modest-msg-view-window.c
src/maemo/modest-progress-bar-widget.c
src/maemo/ui/modest-main-window-ui.xml
src/maemo/ui/modest-msg-view-window-ui.xml