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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri May 8 13:13:44 EEST 2009
Author: kris
Date: 2009-05-08 13:13:42 +0300 (Fri, 08 May 2009)
New Revision: 18293

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

	Addresses: NB#110837 - Double line is appearing in synchronization
	dialog.

	* gtk/gtktreeview.c (gtk_tree_view_bin_expose): use "cell_blank"
	detail when drawing the background for the empty space.



Modified: projects/haf/trunk/gtk+/ChangeLog
===================================================================
--- projects/haf/trunk/gtk+/ChangeLog	2009-05-08 09:47:42 UTC (rev 18292)
+++ projects/haf/trunk/gtk+/ChangeLog	2009-05-08 10:13:42 UTC (rev 18293)
@@ -1,3 +1,11 @@
+2009-05-08  Kristian Rietveld  <kris at imendio.com>
+
+	Addresses: NB#110837 - Double line is appearing in synchronization
+	dialog.
+
+	* gtk/gtktreeview.c (gtk_tree_view_bin_expose): use "cell_blank"
+	detail when drawing the background for the empty space.
+
 2009-05-05  Sven Herzberg  <herzi at lanedo.com>
 
 	Addresses: NB#98705 - When forwarding a mail with multiple attachments

Modified: projects/haf/trunk/gtk+/gtk/gtktreeview.c
===================================================================
--- projects/haf/trunk/gtk+/gtk/gtktreeview.c	2009-05-08 09:47:42 UTC (rev 18292)
+++ projects/haf/trunk/gtk+/gtk/gtktreeview.c	2009-05-08 10:13:42 UTC (rev 18293)
@@ -5085,7 +5085,11 @@
                           GTK_SHADOW_NONE,
                           &event->area,
                           widget,
+#ifdef MAEMO_CHANGES
+                          "cell_blank",
+#else /* !MAEMO_CHANGES */
                           "cell_even",
+#endif /* !MAEMO_CHANGES */
                           0, tree_view->priv->height,
                           bin_window_width,
                           bin_window_height - tree_view->priv->height);


More information about the maemo-commits mailing list