From 390196098579f2b5ad70d43b738e04184d9cbac1 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Mon, 16 Jan 2012 23:54:59 +0100 Subject: ephy-toolbar: set a name for the page menu button To aid styling. --- src/ephy-toolbar.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ephy-toolbar.c b/src/ephy-toolbar.c index 1ee6af8a8..a6f169c95 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 ()); -- cgit v1.2.3