[maemo-commits] [maemo-commits] r18435 - in projects/haf/trunk/gtk+: . gtk

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue May 19 14:03:20 EEST 2009
Author: kris
Date: 2009-05-19 14:03:06 +0300 (Tue, 19 May 2009)
New Revision: 18435

Modified:
   projects/haf/trunk/gtk+/ChangeLog
   projects/haf/trunk/gtk+/gtk/gtktreeview.c
Log:
2009-05-19  Kristian Rietveld  <kris at imendio.com>

	Addresses: NB#114356 - NP-Audio: Clip used to launch CMS remains
	highlighted along with the currently playing clip in NP List view.

	* gtk/gtktreeview.c (gtk_tree_view_grab_notify): also free
	a queued selection.



Modified: projects/haf/trunk/gtk+/ChangeLog
===================================================================
--- projects/haf/trunk/gtk+/ChangeLog	2009-05-19 07:54:24 UTC (rev 18434)
+++ projects/haf/trunk/gtk+/ChangeLog	2009-05-19 11:03:06 UTC (rev 18435)
@@ -1,3 +1,11 @@
+2009-05-19  Kristian Rietveld  <kris at imendio.com>
+
+	Addresses: NB#114356 - NP-Audio: Clip used to launch CMS remains
+	highlighted along with the currently playing clip in NP List view.
+
+	* gtk/gtktreeview.c (gtk_tree_view_grab_notify): also free
+	a queued selection.
+
 2009-05-18  Claudio Saavedra  <csaavedra at igalia.com>
 
 	Released 2:2.12.12-1maemo17

Modified: projects/haf/trunk/gtk+/gtk/gtktreeview.c
===================================================================
--- projects/haf/trunk/gtk+/gtk/gtktreeview.c	2009-05-19 07:54:24 UTC (rev 18434)
+++ projects/haf/trunk/gtk+/gtk/gtktreeview.c	2009-05-19 11:03:06 UTC (rev 18435)
@@ -16893,6 +16893,7 @@
 	  tree_view->priv->queued_tapped_row = NULL;
 	}
 
+      free_queued_select_row (tree_view);
       free_queued_activate_row (tree_view);
 #endif /* MAEMO_CHANGES */
     }


More information about the maemo-commits mailing list