From 3a8d9a614d0252fb00e601236ff429b933ab6492 Mon Sep 17 00:00:00 2001 From: Johannes Schmid Date: Mon, 25 Jun 2007 17:46:07 +0000 Subject: [PATCH] 2007-06-25 Johannes Schmid * src/maemo/easysetup/modest-wizard-dialog.c: (init): Fixed icon size by using (50, 50) which is the same as defined by newer hildon-libs pmo-trunk-r2413 --- ChangeLog2 | 6 ++++++ src/maemo/easysetup/modest-wizard-dialog.c | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog2 b/ChangeLog2 index 10c1cee..551133e 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,3 +1,9 @@ +2007-06-25 Johannes Schmid + + * src/maemo/easysetup/modest-wizard-dialog.c: (init): + Fixed icon size by using (50, 50) which is the same as defined by + newer hildon-libs + 2007-06-25 Armin Burgmeier * src/widgets/modest-window-mgr.c: diff --git a/src/maemo/easysetup/modest-wizard-dialog.c b/src/maemo/easysetup/modest-wizard-dialog.c index 1e36e92..20797b1 100644 --- a/src/maemo/easysetup/modest-wizard-dialog.c +++ b/src/maemo/easysetup/modest-wizard-dialog.c @@ -259,8 +259,9 @@ init (ModestWizardDialog *wizard_dialog) priv->image = gtk_image_new_from_icon_name ("qgn_widg_wizard", HILDON_ICON_SIZE_WIDG_WIZARD); #else + int icon_size = gtk_icon_size_register("hildon_wizard", 50, 50); priv->image = gtk_image_new_from_icon_name ("qgn_widg_wizard", - GTK_ICON_SIZE_DIALOG); /* TODO: Is this an appropriate size? */ + icon_size); #endif /*MODEST_HILDON_VERSION_0*/ /* Default values for user provided properties */ priv->notebook = NULL; -- 1.7.9.5