From: Murray Cumming Date: Thu, 24 May 2007 14:40:48 +0000 (+0000) Subject: 2007-05-24 Murray Cumming X-Git-Tag: git_migration_finished~3515 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=f2e714c4665da4c9c24476670475e74ca0bbd74b 2007-05-24 Murray Cumming * Makefile.am: * po/POTFILES.in: * src/maemo/Makefile.am: * src/widgets/Makefile.am: Some dist fixes. pmo-trunk-r1971 --- diff --git a/ChangeLog2 b/ChangeLog2 index 77f17a8..4b161cc 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,5 +1,12 @@ 2007-05-24 Murray Cumming + * Makefile.am: + * po/POTFILES.in: + * src/maemo/Makefile.am: + * src/widgets/Makefile.am: Some dist fixes. + +2007-05-24 Murray Cumming + * src/maemo/modest-connection-specific-smtp-window.c: (on_button_edit): Make the code clearer, to prevent a double free. diff --git a/Makefile.am b/Makefile.am index 76b095f..ea22f58 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,8 +45,7 @@ EXTRA_DIST= \ intltool-update.in \ debian/changelog \ debian/copyright \ - debian/rules \ - debian/modest.links + debian/rules DISTCLEANFILES = \ intltool-extract.in \ diff --git a/po/POTFILES.in b/po/POTFILES.in index fe81a6b..68b8854 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -58,10 +58,7 @@ src/maemo/easysetup/main.c src/maemo/easysetup/modest-easysetup-provider-combo-box.c src/maemo/easysetup/modest-easysetup-country-combo-box.h src/maemo/easysetup/modest-easysetup-wizard.c -src/maemo/easysetup/modest-validating-entry.h -src/maemo/easysetup/modest-easysetup-serversecurity-combo-box.h src/maemo/easysetup/modest-easysetup-country-combo-box.c -src/maemo/easysetup/modest-validating-entry.c src/maemo/modest-maemo-utils.h src/maemo/modest-maemo-utils.c src/maemo/modest-msg-view-window.c @@ -125,6 +122,8 @@ src/widgets/modest-window.c src/widgets/modest-mail-header-view.h src/widgets/modest-details-dialog.c src/widgets/modest-details-dialog.h +src/widgets/modest-serversecurity-combo-box.h +src/widgets/modest-validating-entry.c src/modest-ui-actions.h src/modest-marshal.h src/modest-tny-platform-factory.c diff --git a/src/maemo/Makefile.am b/src/maemo/Makefile.am index 703da40..73720f2 100644 --- a/src/maemo/Makefile.am +++ b/src/maemo/Makefile.am @@ -48,7 +48,6 @@ libmodest_ui_la_SOURCES= \ modest-icon-names.h \ modest-maemo-global-settings-dialog.c \ modest-maemo-global-settings-dialog.h \ - modest-maemo-ui-constants.h \ modest-main-window.c \ modest-main-window-ui.h \ modest-hildon-includes.h \ diff --git a/src/widgets/Makefile.am b/src/widgets/Makefile.am index 637f0c7..702e9f2 100644 --- a/src/widgets/Makefile.am +++ b/src/widgets/Makefile.am @@ -57,6 +57,7 @@ libmodest_widgets_la_SOURCES= \ modest-secureauth-combo-box.h modest-secureauth-combo-box.c \ modest-tny-stream-gtkhtml.c \ modest-tny-stream-gtkhtml.h \ + modest-ui-constants.h \ modest-validating-entry.h modest-validating-entry.c \ modest-window.c \ modest-window.h \