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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Jun 13 14:47:38 EEST 2007
Author: xan
Date: 2007-06-13 14:47:36 +0300 (Wed, 13 Jun 2007)
New Revision: 12269

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

	* src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_clear): workaround
	http://bugzilla.gnome.org/show_bug.cgi?id=56070 hiding and showing the back
	button on after clearing the trail.


Modified: projects/haf/trunk/hildon-1/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-1/ChangeLog	2007-06-13 11:32:31 UTC (rev 12268)
+++ projects/haf/trunk/hildon-1/ChangeLog	2007-06-13 11:47:36 UTC (rev 12269)
@@ -1,3 +1,9 @@
+2007-06-13  Xan Lopez  <xan.lopez at nokia.com>
+
+	* src/hildon-bread-crumb-trail.c (hildon_bread_crumb_trail_clear): workaround
+	http://bugzilla.gnome.org/show_bug.cgi?id=56070 hiding and showing the back
+	button on after clearing the trail.
+
 2007-06-13  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
 
 	* src/hildon-code-dialog.c: Removing the separator from the dialog.

Modified: projects/haf/trunk/hildon-1/src/hildon-bread-crumb-trail.c
===================================================================
--- projects/haf/trunk/hildon-1/src/hildon-bread-crumb-trail.c	2007-06-13 11:32:31 UTC (rev 12268)
+++ projects/haf/trunk/hildon-1/src/hildon-bread-crumb-trail.c	2007-06-13 11:47:36 UTC (rev 12269)
@@ -743,4 +743,13 @@
     {
       hildon_bread_crumb_trail_pop (bct);
     }
+
+  /*
+    Sensitivity hack from hell. We need to do this while
+     http://bugzilla.gnome.org/show_bug.cgi?id=56070 is not
+     fixed to allow repeated clicking on the back button if
+     someone clears and rebuilds the trail when it's clicked
+  */
+  gtk_widget_hide (priv->back_button);
+  gtk_widget_show (priv->back_button);
 }


More information about the maemo-commits mailing list