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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Oct 16 14:18:26 EEST 2008
Author: rabinovich
Date: 2008-10-16 14:18:24 +0300 (Thu, 16 Oct 2008)
New Revision: 16422

Modified:
   projects/haf/branches/hildon-fm/fremantle/ChangeLog
   projects/haf/branches/hildon-fm/fremantle/debian/changelog
   projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-selection.c
Log:
no more row insensitive banner in Hildon 2.2 style

Modified: projects/haf/branches/hildon-fm/fremantle/ChangeLog
===================================================================
--- projects/haf/branches/hildon-fm/fremantle/ChangeLog	2008-10-16 11:03:58 UTC (rev 16421)
+++ projects/haf/branches/hildon-fm/fremantle/ChangeLog	2008-10-16 11:18:24 UTC (rev 16422)
@@ -1,3 +1,8 @@
+2008-10-16 Valentin Rabinovich <valentin.rabinovich at d\igia.com>
+
+	* hildon-file-selection.c (hildon_file_selection_real_row_insensitive):
+	No more row insensitive message in Hildon 2.2 UI style
+
 2008-10-15 Valentin Rabinovich <valentin.rabinovich at d\igia.com>
 
 	* Releasing 1:2.0.8 - before porting FM UI to Hildon 2.2 style

Modified: projects/haf/branches/hildon-fm/fremantle/debian/changelog
===================================================================
--- projects/haf/branches/hildon-fm/fremantle/debian/changelog	2008-10-16 11:03:58 UTC (rev 16421)
+++ projects/haf/branches/hildon-fm/fremantle/debian/changelog	2008-10-16 11:18:24 UTC (rev 16422)
@@ -1,5 +1,6 @@
 libhildonfm (1:2.0.8) unresleased
 	
+	* No more row insensitive message in Hildon 2.2 UI style
 	* Speed up populating of a file system model by skipping search when 
 	adding new nodes. Few other enhancements too.
 

Modified: projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-selection.c
===================================================================
--- projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-selection.c	2008-10-16 11:03:58 UTC (rev 16421)
+++ projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-selection.c	2008-10-16 11:18:24 UTC (rev 16422)
@@ -1571,6 +1571,8 @@
 static void hildon_file_selection_real_row_insensitive(HildonFileSelection *self,
   GtkTreeIter *location)
 {
+#if 0
+// no row insensitive banner in Hildon 2.2 style
   gchar *message;
 
   g_assert(HILDON_IS_FILE_SELECTION(self));
@@ -1580,6 +1582,7 @@
   hildon_banner_show_information(GTK_WIDGET(self), NULL, message);
 
   g_free(message);
+#endif
 }
 
 static void hildon_file_selection_selection_changed(GtkTreeSelection *


More information about the maemo-commits mailing list