[epiphany] ephy-toolbar: set a name for the page menu button



commit 390196098579f2b5ad70d43b738e04184d9cbac1
Author: Xan Lopez <xan igalia com>
Date:   Mon Jan 16 23:54:59 2012 +0100

    ephy-toolbar: set a name for the page menu button
    
    To aid styling.

 src/ephy-toolbar.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/ephy-toolbar.c b/src/ephy-toolbar.c
index 1ee6af8..a6f169c 100644
--- a/src/ephy-toolbar.c
+++ b/src/ephy-toolbar.c
@@ -159,6 +159,7 @@ ephy_toolbar_constructed (GObject *object)
   /* Page Menu */
   tool_item = gtk_tool_item_new ();
   tool_button = gtk_button_new ();
+  gtk_widget_set_name (GTK_WIDGET (tool_button), "ephy-page-menu-button");
   /* FIXME: apparently we need an image inside the button for the action
    * icon to appear. */
   gtk_button_set_image (GTK_BUTTON (tool_button), gtk_image_new ());



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