epiphany r8749 - trunk/src
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: epiphany r8749 - trunk/src
- Date: Tue, 3 Feb 2009 19:53:49 +0000 (UTC)
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]