2007-05-07 Murray Cumming <murrayc@murrayc.com>
authorMurray Cumming <murrayc@murrayc.com>
Mon, 7 May 2007 14:32:40 +0000 (14:32 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Mon, 7 May 2007 14:32:40 +0000 (14:32 +0000)
commit74cae6c0690b9f7a85bd3909407bad8cdc040cf3
treea90fa450e32a11455976af40689cd360ff7c7bf8
parent39d728083bfd2a0e31ea7a69f0278c79a755f41e
2007-05-07  Murray Cumming  <murrayc@murrayc.com>

(modest_wizard_dialog_force_title_update):
        * src/maemo/easysetup/modest-wizard-dialog.h:
        * src/maemo/easysetup/modest-wizard-dialog.c: (set_property):
        For GTK+ 2.10, when present, connect to the GtkNotebook signals so we
        can update the title when appropriate. Otherwise the title is wrong if the
        pages are added after adding the notebook to the dialog.
        This must be a problem in HildonWizardDialog too.
        Added modest_wizard_dialog_force_title_update() for GTK+ 2.6.

        * src/maemo/easysetup/modest-easysetup-wizard.c:
        (create_subsequent_customsetup_pages),
        (create_subsequent_easysetup_pages):
        Call modest_wizard_dialog_force_title_update() so that the title is
        correct even with GTK+ < 2.10.
        This fixes projects.maemo.org bug NB#56145 .

pmo-trunk-r1772
ChangeLog2
src/maemo/easysetup/modest-easysetup-wizard.c
src/maemo/easysetup/modest-wizard-dialog.c
src/maemo/easysetup/modest-wizard-dialog.h