[maemo-commits] [maemo-commits] r17014 - in projects/haf/branches/hildon-fm/fremantle: . hildon-fm

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Dec 19 14:46:58 EET 2008
Author: mtuhkanen
Date: 2008-12-19 14:46:57 +0200 (Fri, 19 Dec 2008)
New Revision: 17014

Modified:
   projects/haf/branches/hildon-fm/fremantle/ChangeLog
   projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-chooser-dialog.c
Log:
Icon size corrected.

Modified: projects/haf/branches/hildon-fm/fremantle/ChangeLog
===================================================================
--- projects/haf/branches/hildon-fm/fremantle/ChangeLog	2008-12-19 10:30:46 UTC (rev 17013)
+++ projects/haf/branches/hildon-fm/fremantle/ChangeLog	2008-12-19 12:46:57 UTC (rev 17014)
@@ -1,3 +1,7 @@
+2008-12-05 Mikko Tuhkanen <mikko.tuhkanen at d\igia.com>
+	* hildon-fm/hildon-file-chooser-dialog.c:
+	Icon size corrected.
+
 2008-12-18  Valentin Rabinovich <valentin.rabinovich at d\igia.com>
 
 	* hildon-fm/hildon-file-selection.c: unset current row when the sort

Modified: projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-chooser-dialog.c
===================================================================
--- projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-chooser-dialog.c	2008-12-19 10:30:46 UTC (rev 17013)
+++ projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-chooser-dialog.c	2008-12-19 12:46:57 UTC (rev 17014)
@@ -2245,7 +2245,7 @@
     priv->action = GTK_FILE_CHOOSER_ACTION_OPEN;
 
 	image = gtk_image_new_from_icon_name ("filemanager_folder_up",
-                                                   HILDON_ICON_SIZE_THUMB);	
+											HILDON_ICON_SIZE_FINGER);
 
     priv->up_button = hildon_button_new(HILDON_SIZE_FINGER_HEIGHT | HILDON_SIZE_AUTO_WIDTH, 
 					HILDON_BUTTON_ARRANGEMENT_HORIZONTAL);


More information about the maemo-commits mailing list