[maemo-commits] [maemo-commits] r14078 - in projects/haf/trunk/hildon-1: . src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Sep 25 16:16:29 EEST 2007
Author: xan
Date: 2007-09-25 16:16:27 +0300 (Tue, 25 Sep 2007)
New Revision: 14078

Modified:
   projects/haf/trunk/hildon-1/ChangeLog
   projects/haf/trunk/hildon-1/src/hildon-bread-crumb-widget.c
Log:
2007-09-25  Xan Lopez  <xan.lopez at nokia.com>

	* src/hildon-bread-crumb-widget.c (hildon_bread_crumb_widget_constructor):
	set the separator as no-show-all so it doesn't unintentionally appear when
	someone does a show_all.


Modified: projects/haf/trunk/hildon-1/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-1/ChangeLog	2007-09-25 13:10:46 UTC (rev 14077)
+++ projects/haf/trunk/hildon-1/ChangeLog	2007-09-25 13:16:27 UTC (rev 14078)
@@ -1,5 +1,11 @@
 2007-09-25  Xan Lopez  <xan.lopez at nokia.com>
 
+	* src/hildon-bread-crumb-widget.c (hildon_bread_crumb_widget_constructor):
+	set the separator as no-show-all so it doesn't unintentionally appear when
+	someone does a show_all.
+
+2007-09-25  Xan Lopez  <xan.lopez at nokia.com>
+
 	* src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_push_text)
 	(hildon_bread_crumb_trail_push_icon): Do not show the separator for the
 	toplevel item. Fixes: NB#62031

Modified: projects/haf/trunk/hildon-1/src/hildon-bread-crumb-widget.c
===================================================================
--- projects/haf/trunk/hildon-1/src/hildon-bread-crumb-widget.c	2007-09-25 13:10:46 UTC (rev 14077)
+++ projects/haf/trunk/hildon-1/src/hildon-bread-crumb-widget.c	2007-09-25 13:16:27 UTC (rev 14078)
@@ -172,6 +172,8 @@
   if (priv->show_separator)
     gtk_widget_show (priv->arrow);
 
+  gtk_widget_set_no_show_all (priv->arrow, TRUE);
+
   /* Contents base container */
   bread_crumb->contents = gtk_hbox_new (FALSE, HILDON_MARGIN_DEFAULT);
   gtk_container_add (GTK_CONTAINER (priv->hbox), bread_crumb->contents);


More information about the maemo-commits mailing list