epiphany r8749 - trunk/src



Author: chpe
Date: Tue Feb  3 19:53:49 2009
New Revision: 8749
URL: http://svn.gnome.org/viewvc/epiphany?rev=8749&view=rev

Log:
Only show the fixed toolbar when the leave-fullscreen button is to be shown. Shoudl fix bug #570349

Modified:
   trunk/src/ephy-toolbar.c

Modified: trunk/src/ephy-toolbar.c
==============================================================================
--- trunk/src/ephy-toolbar.c	(original)
+++ trunk/src/ephy-toolbar.c	Tue Feb  3 19:53:49 2009
@@ -122,8 +122,11 @@
 	gboolean show;
 
 	show = priv->leave_fullscreen_visible;
+#if 0
 	g_object_set (priv->exit_button, "visible", show,
 					 "sensitive", show, NULL);
+#endif
+	g_object_set (priv->fixed_toolbar, "visible", show, NULL);
 }
 
 static void 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]