2007-06-25 Murray Cumming <murrayc@murrayc.com>
authorMurray Cumming <murrayc@murrayc.com>
Mon, 25 Jun 2007 09:06:51 +0000 (09:06 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Mon, 25 Jun 2007 09:06:51 +0000 (09:06 +0000)
* 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
ChangeLog2
src/maemo/easysetup/modest-wizard-dialog.c

index 28bd529..c1bd8fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,6 @@
 
        reviewed by: <delete if not using a buddy>
 
-       * src/modest-search.c: (modest_search_folder):
+       * src/maemo/easysetup/modest-wizard-dialog.c: (init):
 
 * please check the svn log instead
index eba5987..567ff6d 100644 (file)
@@ -1,5 +1,11 @@
 2007-06-25  Murray Cumming  <murrayc@murrayc.com>
 
+       * 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  <murrayc@murrayc.com>
+
        * 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.
 
index 00cb01d..1e36e92 100644 (file)
@@ -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;