From d6453962febe54a4b8f739e5255490310eb9f985 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Mon, 25 Jun 2007 09:06:51 +0000 Subject: [PATCH] 2007-06-25 Murray Cumming * src/maemo/easysetup/modest-wizard-dialog.c: (init): Fix a typo to fix the osso 1.1. build. See the TODO comment though - GTK_ICON_SIZE_DIALOG is probably the wrong size. pmo-trunk-r2393 --- ChangeLog | 2 +- ChangeLog2 | 6 ++++++ src/maemo/easysetup/modest-wizard-dialog.c | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 28bd529..c1bd8fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,6 @@ reviewed by: - * src/modest-search.c: (modest_search_folder): + * src/maemo/easysetup/modest-wizard-dialog.c: (init): * please check the svn log instead diff --git a/ChangeLog2 b/ChangeLog2 index eba5987..567ff6d 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,5 +1,11 @@ 2007-06-25 Murray Cumming + * src/maemo/easysetup/modest-wizard-dialog.c: (init): + Fix a typo to fix the osso 1.1. build. See the TODO comment though - + GTK_ICON_SIZE_DIALOG is probably the wrong size. + +2007-06-25 Murray Cumming + * src/modest-search.c: (modest_search_folder): Ignore a seach folder that is an empty string. D-Bus seems to give us these instead of NULL. diff --git a/src/maemo/easysetup/modest-wizard-dialog.c b/src/maemo/easysetup/modest-wizard-dialog.c index 00cb01d..1e36e92 100644 --- a/src/maemo/easysetup/modest-wizard-dialog.c +++ b/src/maemo/easysetup/modest-wizard-dialog.c @@ -260,7 +260,7 @@ init (ModestWizardDialog *wizard_dialog) HILDON_ICON_SIZE_WIDG_WIZARD); #else priv->image = gtk_image_new_from_icon_name ("qgn_widg_wizard", - MODEST_HAVE_HILDON0_WIDGETS; + GTK_ICON_SIZE_DIALOG); /* TODO: Is this an appropriate size? */ #endif /*MODEST_HILDON_VERSION_0*/ /* Default values for user provided properties */ priv->notebook = NULL; -- 1.7.9.5